interface StepRetrieveParams {
    include?: "step_details.tool_calls[*].file_search.results[*].content"[];
}

Properties

Properties

include?: "step_details.tool_calls[*].file_search.results[*].content"[]

A list of additional fields to include in the response. Currently the only supported value is step_details.tool_calls[*].file_search.results[*].content to fetch the file search result content.

See the file search tool documentation for more information.