Documentation
¶
Index ¶
- func ValueOf[T Constant[T]]() T
- type Array
- type Assistant
- type Auto
- type Basic
- type Benchmark
- type Boolean
- type ChatCompletion
- type ChatCompletionChunk
- type ChatCompletionInput
- type CompletionInput
- type Constant
- type ContainerFileCitation
- type Conversation
- type CreatedAt
- type Dataset
- type Developer
- type Embedding
- type File
- type FileCitation
- type FilePath
- type FileSearch
- type FileSearchCall
- type Function
- type FunctionCall
- type FunctionCallOutput
- type Greedy
- type Image
- type ImageURL
- type InputFile
- type InputImage
- type InputText
- type Json
- type JsonObject
- type JsonSchema
- type List
- type LlmAsJudge
- type LoRa
- type Mcp
- type McpApprovalRequest
- type McpApprovalResponse
- type McpCall
- type McpListTools
- type Message
- type Model
- type Number
- type Object
- type OutputText
- type Qat
- type ReasoningText
- type Refusal
- type RegexParser
- type Response
- type ResponseCompleted
- type ResponseContentPartAdded
- type ResponseContentPartDone
- type ResponseCreated
- type ResponseFailed
- type ResponseFileSearchCallCompleted
- type ResponseFileSearchCallInProgress
- type ResponseFileSearchCallSearching
- type ResponseFunctionCallArgumentsDelta
- type ResponseFunctionCallArgumentsDone
- type ResponseInProgress
- type ResponseIncomplete
- type ResponseMcpCallArgumentsDelta
- type ResponseMcpCallArgumentsDone
- type ResponseMcpCallCompleted
- type ResponseMcpCallFailed
- type ResponseMcpCallInProgress
- type ResponseMcpListToolsCompleted
- type ResponseMcpListToolsFailed
- type ResponseMcpListToolsInProgress
- type ResponseOutputItemAdded
- type ResponseOutputItemDone
- type ResponseOutputTextAnnotationAdded
- type ResponseOutputTextDelta
- type ResponseOutputTextDone
- type ResponseReasoningSummaryPartAdded
- type ResponseReasoningSummaryPartDone
- type ResponseReasoningSummaryTextDelta
- type ResponseReasoningSummaryTextDone
- type ResponseReasoningTextDelta
- type ResponseReasoningTextDone
- type ResponseRefusalDelta
- type ResponseRefusalDone
- type ResponseWebSearchCallCompleted
- type ResponseWebSearchCallInProgress
- type ResponseWebSearchCallSearching
- type Rows
- type ScoringFunction
- type Shield
- type Static
- type String
- type SummaryText
- type System
- type Text
- type TextCompletion
- type Tool
- type ToolGroup
- type TopK
- type TopP
- type URLCitation
- type Union
- type Uri
- type User
- type VectorStoreFileContentPage
- type WebSearchCall
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChatCompletion ¶
type ChatCompletion string // Always "chat.completion"
func (ChatCompletion) Default ¶
func (c ChatCompletion) Default() ChatCompletion
func (ChatCompletion) MarshalJSON ¶
func (c ChatCompletion) MarshalJSON() ([]byte, error)
type ChatCompletionChunk ¶
type ChatCompletionChunk string // Always "chat.completion.chunk"
func (ChatCompletionChunk) Default ¶
func (c ChatCompletionChunk) Default() ChatCompletionChunk
func (ChatCompletionChunk) MarshalJSON ¶
func (c ChatCompletionChunk) MarshalJSON() ([]byte, error)
type ChatCompletionInput ¶
type ChatCompletionInput string // Always "chat_completion_input"
func (ChatCompletionInput) Default ¶
func (c ChatCompletionInput) Default() ChatCompletionInput
func (ChatCompletionInput) MarshalJSON ¶
func (c ChatCompletionInput) MarshalJSON() ([]byte, error)
type CompletionInput ¶
type CompletionInput string // Always "completion_input"
func (CompletionInput) Default ¶
func (c CompletionInput) Default() CompletionInput
func (CompletionInput) MarshalJSON ¶
func (c CompletionInput) MarshalJSON() ([]byte, error)
type ContainerFileCitation ¶
type ContainerFileCitation string // Always "container_file_citation"
func (ContainerFileCitation) Default ¶
func (c ContainerFileCitation) Default() ContainerFileCitation
func (ContainerFileCitation) MarshalJSON ¶
func (c ContainerFileCitation) MarshalJSON() ([]byte, error)
type Conversation ¶
type Conversation string // Always "conversation"
func (Conversation) Default ¶
func (c Conversation) Default() Conversation
func (Conversation) MarshalJSON ¶
func (c Conversation) MarshalJSON() ([]byte, error)
type FileCitation ¶
type FileCitation string // Always "file_citation"
func (FileCitation) Default ¶
func (c FileCitation) Default() FileCitation
func (FileCitation) MarshalJSON ¶
func (c FileCitation) MarshalJSON() ([]byte, error)
type FileSearch ¶
type FileSearch string // Always "file_search"
func (FileSearch) Default ¶
func (c FileSearch) Default() FileSearch
func (FileSearch) MarshalJSON ¶
func (c FileSearch) MarshalJSON() ([]byte, error)
type FileSearchCall ¶
type FileSearchCall string // Always "file_search_call"
func (FileSearchCall) Default ¶
func (c FileSearchCall) Default() FileSearchCall
func (FileSearchCall) MarshalJSON ¶
func (c FileSearchCall) MarshalJSON() ([]byte, error)
type FunctionCall ¶
type FunctionCall string // Always "function_call"
func (FunctionCall) Default ¶
func (c FunctionCall) Default() FunctionCall
func (FunctionCall) MarshalJSON ¶
func (c FunctionCall) MarshalJSON() ([]byte, error)
type FunctionCallOutput ¶
type FunctionCallOutput string // Always "function_call_output"
func (FunctionCallOutput) Default ¶
func (c FunctionCallOutput) Default() FunctionCallOutput
func (FunctionCallOutput) MarshalJSON ¶
func (c FunctionCallOutput) MarshalJSON() ([]byte, error)
type InputImage ¶
type InputImage string // Always "input_image"
func (InputImage) Default ¶
func (c InputImage) Default() InputImage
func (InputImage) MarshalJSON ¶
func (c InputImage) MarshalJSON() ([]byte, error)
type JsonObject ¶
type JsonObject string // Always "json_object"
func (JsonObject) Default ¶
func (c JsonObject) Default() JsonObject
func (JsonObject) MarshalJSON ¶
func (c JsonObject) MarshalJSON() ([]byte, error)
type JsonSchema ¶
type JsonSchema string // Always "json_schema"
func (JsonSchema) Default ¶
func (c JsonSchema) Default() JsonSchema
func (JsonSchema) MarshalJSON ¶
func (c JsonSchema) MarshalJSON() ([]byte, error)
type LlmAsJudge ¶
type LlmAsJudge string // Always "llm_as_judge"
func (LlmAsJudge) Default ¶
func (c LlmAsJudge) Default() LlmAsJudge
func (LlmAsJudge) MarshalJSON ¶
func (c LlmAsJudge) MarshalJSON() ([]byte, error)
type McpApprovalRequest ¶
type McpApprovalRequest string // Always "mcp_approval_request"
func (McpApprovalRequest) Default ¶
func (c McpApprovalRequest) Default() McpApprovalRequest
func (McpApprovalRequest) MarshalJSON ¶
func (c McpApprovalRequest) MarshalJSON() ([]byte, error)
type McpApprovalResponse ¶
type McpApprovalResponse string // Always "mcp_approval_response"
func (McpApprovalResponse) Default ¶
func (c McpApprovalResponse) Default() McpApprovalResponse
func (McpApprovalResponse) MarshalJSON ¶
func (c McpApprovalResponse) MarshalJSON() ([]byte, error)
type McpListTools ¶
type McpListTools string // Always "mcp_list_tools"
func (McpListTools) Default ¶
func (c McpListTools) Default() McpListTools
func (McpListTools) MarshalJSON ¶
func (c McpListTools) MarshalJSON() ([]byte, error)
type OutputText ¶
type OutputText string // Always "output_text"
func (OutputText) Default ¶
func (c OutputText) Default() OutputText
func (OutputText) MarshalJSON ¶
func (c OutputText) MarshalJSON() ([]byte, error)
type ReasoningText ¶
type ReasoningText string // Always "reasoning_text"
func (ReasoningText) Default ¶
func (c ReasoningText) Default() ReasoningText
func (ReasoningText) MarshalJSON ¶
func (c ReasoningText) MarshalJSON() ([]byte, error)
type RegexParser ¶
type RegexParser string // Always "regex_parser"
func (RegexParser) Default ¶
func (c RegexParser) Default() RegexParser
func (RegexParser) MarshalJSON ¶
func (c RegexParser) MarshalJSON() ([]byte, error)
type ResponseCompleted ¶
type ResponseCompleted string // Always "response.completed"
func (ResponseCompleted) Default ¶
func (c ResponseCompleted) Default() ResponseCompleted
func (ResponseCompleted) MarshalJSON ¶
func (c ResponseCompleted) MarshalJSON() ([]byte, error)
type ResponseContentPartAdded ¶
type ResponseContentPartAdded string // Always "response.content_part.added"
func (ResponseContentPartAdded) Default ¶
func (c ResponseContentPartAdded) Default() ResponseContentPartAdded
func (ResponseContentPartAdded) MarshalJSON ¶
func (c ResponseContentPartAdded) MarshalJSON() ([]byte, error)
type ResponseContentPartDone ¶
type ResponseContentPartDone string // Always "response.content_part.done"
func (ResponseContentPartDone) Default ¶
func (c ResponseContentPartDone) Default() ResponseContentPartDone
func (ResponseContentPartDone) MarshalJSON ¶
func (c ResponseContentPartDone) MarshalJSON() ([]byte, error)
type ResponseCreated ¶
type ResponseCreated string // Always "response.created"
func (ResponseCreated) Default ¶
func (c ResponseCreated) Default() ResponseCreated
func (ResponseCreated) MarshalJSON ¶
func (c ResponseCreated) MarshalJSON() ([]byte, error)
type ResponseFailed ¶
type ResponseFailed string // Always "response.failed"
func (ResponseFailed) Default ¶
func (c ResponseFailed) Default() ResponseFailed
func (ResponseFailed) MarshalJSON ¶
func (c ResponseFailed) MarshalJSON() ([]byte, error)
type ResponseFileSearchCallCompleted ¶
type ResponseFileSearchCallCompleted string // Always "response.file_search_call.completed"
func (ResponseFileSearchCallCompleted) Default ¶
func (c ResponseFileSearchCallCompleted) Default() ResponseFileSearchCallCompleted
func (ResponseFileSearchCallCompleted) MarshalJSON ¶
func (c ResponseFileSearchCallCompleted) MarshalJSON() ([]byte, error)
type ResponseFileSearchCallInProgress ¶
type ResponseFileSearchCallInProgress string // Always "response.file_search_call.in_progress"
func (ResponseFileSearchCallInProgress) Default ¶
func (c ResponseFileSearchCallInProgress) Default() ResponseFileSearchCallInProgress
func (ResponseFileSearchCallInProgress) MarshalJSON ¶
func (c ResponseFileSearchCallInProgress) MarshalJSON() ([]byte, error)
type ResponseFileSearchCallSearching ¶
type ResponseFileSearchCallSearching string // Always "response.file_search_call.searching"
func (ResponseFileSearchCallSearching) Default ¶
func (c ResponseFileSearchCallSearching) Default() ResponseFileSearchCallSearching
func (ResponseFileSearchCallSearching) MarshalJSON ¶
func (c ResponseFileSearchCallSearching) MarshalJSON() ([]byte, error)
type ResponseFunctionCallArgumentsDelta ¶
type ResponseFunctionCallArgumentsDelta string // Always "response.function_call_arguments.delta"
func (ResponseFunctionCallArgumentsDelta) Default ¶
func (c ResponseFunctionCallArgumentsDelta) Default() ResponseFunctionCallArgumentsDelta
func (ResponseFunctionCallArgumentsDelta) MarshalJSON ¶
func (c ResponseFunctionCallArgumentsDelta) MarshalJSON() ([]byte, error)
type ResponseFunctionCallArgumentsDone ¶
type ResponseFunctionCallArgumentsDone string // Always "response.function_call_arguments.done"
func (ResponseFunctionCallArgumentsDone) Default ¶
func (c ResponseFunctionCallArgumentsDone) Default() ResponseFunctionCallArgumentsDone
func (ResponseFunctionCallArgumentsDone) MarshalJSON ¶
func (c ResponseFunctionCallArgumentsDone) MarshalJSON() ([]byte, error)
type ResponseInProgress ¶
type ResponseInProgress string // Always "response.in_progress"
func (ResponseInProgress) Default ¶
func (c ResponseInProgress) Default() ResponseInProgress
func (ResponseInProgress) MarshalJSON ¶
func (c ResponseInProgress) MarshalJSON() ([]byte, error)
type ResponseIncomplete ¶
type ResponseIncomplete string // Always "response.incomplete"
func (ResponseIncomplete) Default ¶
func (c ResponseIncomplete) Default() ResponseIncomplete
func (ResponseIncomplete) MarshalJSON ¶
func (c ResponseIncomplete) MarshalJSON() ([]byte, error)
type ResponseMcpCallArgumentsDelta ¶
type ResponseMcpCallArgumentsDelta string // Always "response.mcp_call.arguments.delta"
func (ResponseMcpCallArgumentsDelta) Default ¶
func (c ResponseMcpCallArgumentsDelta) Default() ResponseMcpCallArgumentsDelta
func (ResponseMcpCallArgumentsDelta) MarshalJSON ¶
func (c ResponseMcpCallArgumentsDelta) MarshalJSON() ([]byte, error)
type ResponseMcpCallArgumentsDone ¶
type ResponseMcpCallArgumentsDone string // Always "response.mcp_call.arguments.done"
func (ResponseMcpCallArgumentsDone) Default ¶
func (c ResponseMcpCallArgumentsDone) Default() ResponseMcpCallArgumentsDone
func (ResponseMcpCallArgumentsDone) MarshalJSON ¶
func (c ResponseMcpCallArgumentsDone) MarshalJSON() ([]byte, error)
type ResponseMcpCallCompleted ¶
type ResponseMcpCallCompleted string // Always "response.mcp_call.completed"
func (ResponseMcpCallCompleted) Default ¶
func (c ResponseMcpCallCompleted) Default() ResponseMcpCallCompleted
func (ResponseMcpCallCompleted) MarshalJSON ¶
func (c ResponseMcpCallCompleted) MarshalJSON() ([]byte, error)
type ResponseMcpCallFailed ¶
type ResponseMcpCallFailed string // Always "response.mcp_call.failed"
func (ResponseMcpCallFailed) Default ¶
func (c ResponseMcpCallFailed) Default() ResponseMcpCallFailed
func (ResponseMcpCallFailed) MarshalJSON ¶
func (c ResponseMcpCallFailed) MarshalJSON() ([]byte, error)
type ResponseMcpCallInProgress ¶
type ResponseMcpCallInProgress string // Always "response.mcp_call.in_progress"
func (ResponseMcpCallInProgress) Default ¶
func (c ResponseMcpCallInProgress) Default() ResponseMcpCallInProgress
func (ResponseMcpCallInProgress) MarshalJSON ¶
func (c ResponseMcpCallInProgress) MarshalJSON() ([]byte, error)
type ResponseMcpListToolsCompleted ¶
type ResponseMcpListToolsCompleted string // Always "response.mcp_list_tools.completed"
func (ResponseMcpListToolsCompleted) Default ¶
func (c ResponseMcpListToolsCompleted) Default() ResponseMcpListToolsCompleted
func (ResponseMcpListToolsCompleted) MarshalJSON ¶
func (c ResponseMcpListToolsCompleted) MarshalJSON() ([]byte, error)
type ResponseMcpListToolsFailed ¶
type ResponseMcpListToolsFailed string // Always "response.mcp_list_tools.failed"
func (ResponseMcpListToolsFailed) Default ¶
func (c ResponseMcpListToolsFailed) Default() ResponseMcpListToolsFailed
func (ResponseMcpListToolsFailed) MarshalJSON ¶
func (c ResponseMcpListToolsFailed) MarshalJSON() ([]byte, error)
type ResponseMcpListToolsInProgress ¶
type ResponseMcpListToolsInProgress string // Always "response.mcp_list_tools.in_progress"
func (ResponseMcpListToolsInProgress) Default ¶
func (c ResponseMcpListToolsInProgress) Default() ResponseMcpListToolsInProgress
func (ResponseMcpListToolsInProgress) MarshalJSON ¶
func (c ResponseMcpListToolsInProgress) MarshalJSON() ([]byte, error)
type ResponseOutputItemAdded ¶
type ResponseOutputItemAdded string // Always "response.output_item.added"
func (ResponseOutputItemAdded) Default ¶
func (c ResponseOutputItemAdded) Default() ResponseOutputItemAdded
func (ResponseOutputItemAdded) MarshalJSON ¶
func (c ResponseOutputItemAdded) MarshalJSON() ([]byte, error)
type ResponseOutputItemDone ¶
type ResponseOutputItemDone string // Always "response.output_item.done"
func (ResponseOutputItemDone) Default ¶
func (c ResponseOutputItemDone) Default() ResponseOutputItemDone
func (ResponseOutputItemDone) MarshalJSON ¶
func (c ResponseOutputItemDone) MarshalJSON() ([]byte, error)
type ResponseOutputTextAnnotationAdded ¶
type ResponseOutputTextAnnotationAdded string // Always "response.output_text.annotation.added"
func (ResponseOutputTextAnnotationAdded) Default ¶
func (c ResponseOutputTextAnnotationAdded) Default() ResponseOutputTextAnnotationAdded
func (ResponseOutputTextAnnotationAdded) MarshalJSON ¶
func (c ResponseOutputTextAnnotationAdded) MarshalJSON() ([]byte, error)
type ResponseOutputTextDelta ¶
type ResponseOutputTextDelta string // Always "response.output_text.delta"
func (ResponseOutputTextDelta) Default ¶
func (c ResponseOutputTextDelta) Default() ResponseOutputTextDelta
func (ResponseOutputTextDelta) MarshalJSON ¶
func (c ResponseOutputTextDelta) MarshalJSON() ([]byte, error)
type ResponseOutputTextDone ¶
type ResponseOutputTextDone string // Always "response.output_text.done"
func (ResponseOutputTextDone) Default ¶
func (c ResponseOutputTextDone) Default() ResponseOutputTextDone
func (ResponseOutputTextDone) MarshalJSON ¶
func (c ResponseOutputTextDone) MarshalJSON() ([]byte, error)
type ResponseReasoningSummaryPartAdded ¶
type ResponseReasoningSummaryPartAdded string // Always "response.reasoning_summary_part.added"
func (ResponseReasoningSummaryPartAdded) Default ¶
func (c ResponseReasoningSummaryPartAdded) Default() ResponseReasoningSummaryPartAdded
func (ResponseReasoningSummaryPartAdded) MarshalJSON ¶
func (c ResponseReasoningSummaryPartAdded) MarshalJSON() ([]byte, error)
type ResponseReasoningSummaryPartDone ¶
type ResponseReasoningSummaryPartDone string // Always "response.reasoning_summary_part.done"
func (ResponseReasoningSummaryPartDone) Default ¶
func (c ResponseReasoningSummaryPartDone) Default() ResponseReasoningSummaryPartDone
func (ResponseReasoningSummaryPartDone) MarshalJSON ¶
func (c ResponseReasoningSummaryPartDone) MarshalJSON() ([]byte, error)
type ResponseReasoningSummaryTextDelta ¶
type ResponseReasoningSummaryTextDelta string // Always "response.reasoning_summary_text.delta"
func (ResponseReasoningSummaryTextDelta) Default ¶
func (c ResponseReasoningSummaryTextDelta) Default() ResponseReasoningSummaryTextDelta
func (ResponseReasoningSummaryTextDelta) MarshalJSON ¶
func (c ResponseReasoningSummaryTextDelta) MarshalJSON() ([]byte, error)
type ResponseReasoningSummaryTextDone ¶
type ResponseReasoningSummaryTextDone string // Always "response.reasoning_summary_text.done"
func (ResponseReasoningSummaryTextDone) Default ¶
func (c ResponseReasoningSummaryTextDone) Default() ResponseReasoningSummaryTextDone
func (ResponseReasoningSummaryTextDone) MarshalJSON ¶
func (c ResponseReasoningSummaryTextDone) MarshalJSON() ([]byte, error)
type ResponseReasoningTextDelta ¶
type ResponseReasoningTextDelta string // Always "response.reasoning_text.delta"
func (ResponseReasoningTextDelta) Default ¶
func (c ResponseReasoningTextDelta) Default() ResponseReasoningTextDelta
func (ResponseReasoningTextDelta) MarshalJSON ¶
func (c ResponseReasoningTextDelta) MarshalJSON() ([]byte, error)
type ResponseReasoningTextDone ¶
type ResponseReasoningTextDone string // Always "response.reasoning_text.done"
func (ResponseReasoningTextDone) Default ¶
func (c ResponseReasoningTextDone) Default() ResponseReasoningTextDone
func (ResponseReasoningTextDone) MarshalJSON ¶
func (c ResponseReasoningTextDone) MarshalJSON() ([]byte, error)
type ResponseRefusalDelta ¶
type ResponseRefusalDelta string // Always "response.refusal.delta"
func (ResponseRefusalDelta) Default ¶
func (c ResponseRefusalDelta) Default() ResponseRefusalDelta
func (ResponseRefusalDelta) MarshalJSON ¶
func (c ResponseRefusalDelta) MarshalJSON() ([]byte, error)
type ResponseRefusalDone ¶
type ResponseRefusalDone string // Always "response.refusal.done"
func (ResponseRefusalDone) Default ¶
func (c ResponseRefusalDone) Default() ResponseRefusalDone
func (ResponseRefusalDone) MarshalJSON ¶
func (c ResponseRefusalDone) MarshalJSON() ([]byte, error)
type ResponseWebSearchCallCompleted ¶
type ResponseWebSearchCallCompleted string // Always "response.web_search_call.completed"
func (ResponseWebSearchCallCompleted) Default ¶
func (c ResponseWebSearchCallCompleted) Default() ResponseWebSearchCallCompleted
func (ResponseWebSearchCallCompleted) MarshalJSON ¶
func (c ResponseWebSearchCallCompleted) MarshalJSON() ([]byte, error)
type ResponseWebSearchCallInProgress ¶
type ResponseWebSearchCallInProgress string // Always "response.web_search_call.in_progress"
func (ResponseWebSearchCallInProgress) Default ¶
func (c ResponseWebSearchCallInProgress) Default() ResponseWebSearchCallInProgress
func (ResponseWebSearchCallInProgress) MarshalJSON ¶
func (c ResponseWebSearchCallInProgress) MarshalJSON() ([]byte, error)
type ResponseWebSearchCallSearching ¶
type ResponseWebSearchCallSearching string // Always "response.web_search_call.searching"
func (ResponseWebSearchCallSearching) Default ¶
func (c ResponseWebSearchCallSearching) Default() ResponseWebSearchCallSearching
func (ResponseWebSearchCallSearching) MarshalJSON ¶
func (c ResponseWebSearchCallSearching) MarshalJSON() ([]byte, error)
type ScoringFunction ¶
type ScoringFunction string // Always "scoring_function"
func (ScoringFunction) Default ¶
func (c ScoringFunction) Default() ScoringFunction
func (ScoringFunction) MarshalJSON ¶
func (c ScoringFunction) MarshalJSON() ([]byte, error)
type SummaryText ¶
type SummaryText string // Always "summary_text"
func (SummaryText) Default ¶
func (c SummaryText) Default() SummaryText
func (SummaryText) MarshalJSON ¶
func (c SummaryText) MarshalJSON() ([]byte, error)
type TextCompletion ¶
type TextCompletion string // Always "text_completion"
func (TextCompletion) Default ¶
func (c TextCompletion) Default() TextCompletion
func (TextCompletion) MarshalJSON ¶
func (c TextCompletion) MarshalJSON() ([]byte, error)
type URLCitation ¶
type URLCitation string // Always "url_citation"
func (URLCitation) Default ¶
func (c URLCitation) Default() URLCitation
func (URLCitation) MarshalJSON ¶
func (c URLCitation) MarshalJSON() ([]byte, error)
type VectorStoreFileContentPage ¶
type VectorStoreFileContentPage string // Always "vector_store.file_content.page"
func (VectorStoreFileContentPage) Default ¶
func (c VectorStoreFileContentPage) Default() VectorStoreFileContentPage
func (VectorStoreFileContentPage) MarshalJSON ¶
func (c VectorStoreFileContentPage) MarshalJSON() ([]byte, error)
type WebSearchCall ¶
type WebSearchCall string // Always "web_search_call"
func (WebSearchCall) Default ¶
func (c WebSearchCall) Default() WebSearchCall
func (WebSearchCall) MarshalJSON ¶
func (c WebSearchCall) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.