mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-19 13:37:31 +08:00
feat(provider): support chat completions for openai providers
This commit is contained in:
@@ -260,6 +260,7 @@ type ProviderOAuthConfig struct {
|
||||
}
|
||||
|
||||
type ProviderResponsesConfig struct {
|
||||
API string `json:"api,omitempty"`
|
||||
WebSearchEnabled bool `json:"web_search_enabled"`
|
||||
WebSearchContextSize string `json:"web_search_context_size"`
|
||||
FileSearchVectorStoreIDs []string `json:"file_search_vector_store_ids"`
|
||||
|
||||
Reference in New Issue
Block a user