Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed anthropic/simple.txtar AntSimple []byte //go:embed anthropic/single_builtin_tool.txtar AntSingleBuiltinTool []byte //go:embed anthropic/single_injected_tool.txtar AntSingleInjectedTool []byte //go:embed anthropic/fallthrough.txtar AntFallthrough []byte //go:embed anthropic/stream_error.txtar AntMidStreamError []byte //go:embed anthropic/non_stream_error.txtar AntNonStreamError []byte )
View Source
var ( //go:embed openai/chatcompletions/simple.txtar OaiChatSimple []byte //go:embed openai/chatcompletions/single_builtin_tool.txtar OaiChatSingleBuiltinTool []byte //go:embed openai/chatcompletions/single_injected_tool.txtar OaiChatSingleInjectedTool []byte //go:embed openai/chatcompletions/fallthrough.txtar OaiChatFallthrough []byte //go:embed openai/chatcompletions/stream_error.txtar OaiChatMidStreamError []byte //go:embed openai/chatcompletions/non_stream_error.txtar OaiChatNonStreamError []byte //go:embed openai/chatcompletions/streaming_injected_tool_no_preamble.txtar OaiChatStreamingInjectedToolNoPreamble []byte //go:embed openai/chatcompletions/streaming_injected_tool_nonzero_index.txtar OaiChatStreamingInjectedToolNonzeroIndex []byte )
View Source
var ( //go:embed openai/responses/blocking/simple.txtar OaiResponsesBlockingSimple []byte //go:embed openai/responses/blocking/single_builtin_tool.txtar OaiResponsesBlockingSingleBuiltinTool []byte //go:embed openai/responses/blocking/cached_input_tokens.txtar OaiResponsesBlockingCachedInputTokens []byte //go:embed openai/responses/blocking/custom_tool.txtar OaiResponsesBlockingCustomTool []byte //go:embed openai/responses/blocking/conversation.txtar OaiResponsesBlockingConversation []byte //go:embed openai/responses/blocking/http_error.txtar OaiResponsesBlockingHttpErr []byte //go:embed openai/responses/blocking/prev_response_id.txtar OaiResponsesBlockingPrevResponseID []byte //go:embed openai/responses/blocking/single_injected_tool.txtar OaiResponsesBlockingSingleInjectedTool []byte //go:embed openai/responses/blocking/single_injected_tool_error.txtar OaiResponsesBlockingSingleInjectedToolError []byte //go:embed openai/responses/blocking/wrong_response_format.txtar OaiResponsesBlockingWrongResponseFormat []byte )
View Source
var ( //go:embed openai/responses/streaming/simple.txtar OaiResponsesStreamingSimple []byte //go:embed openai/responses/streaming/codex_example.txtar OaiResponsesStreamingCodex []byte //go:embed openai/responses/streaming/builtin_tool.txtar OaiResponsesStreamingBuiltinTool []byte //go:embed openai/responses/streaming/cached_input_tokens.txtar OaiResponsesStreamingCachedInputTokens []byte //go:embed openai/responses/streaming/custom_tool.txtar OaiResponsesStreamingCustomTool []byte //go:embed openai/responses/streaming/conversation.txtar OaiResponsesStreamingConversation []byte //go:embed openai/responses/streaming/http_error.txtar OaiResponsesStreamingHttpErr []byte //go:embed openai/responses/streaming/prev_response_id.txtar OaiResponsesStreamingPrevResponseID []byte //go:embed openai/responses/streaming/single_injected_tool.txtar OaiResponsesStreamingSingleInjectedTool []byte //go:embed openai/responses/streaming/single_injected_tool_error.txtar OaiResponsesStreamingSingleInjectedToolError []byte //go:embed openai/responses/streaming/stream_error.txtar OaiResponsesStreamingStreamError []byte //go:embed openai/responses/streaming/stream_failure.txtar OaiResponsesStreamingStreamFailure []byte //go:embed openai/responses/streaming/wrong_response_format.txtar OaiResponsesStreamingWrongResponseFormat []byte )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.