Package version:

Interface FileSearchToolCallContent

The file search result content object.

interface FileSearchToolCallContent {
    text: string;
    type: "text";
}

Properties

Properties

text: string

The text content of the file.

type

The type of the content.