Package version:

Interface RunStepsGetRunStepOptionalParams

Optional parameters.

interface RunStepsGetRunStepOptionalParams {
    include?: {};
}

Hierarchy

  • unknown
    • RunStepsGetRunStepOptionalParams

Properties

Properties

include?: {}

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.