MCPcopy
hub / github.com/openai/openai-go / AssistantToolResourcesFileSearch

Struct AssistantToolResourcesFileSearch

betaassistant.go:270–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270type AssistantToolResourcesFileSearch struct {
271 // The ID of the
272 // [vector store](https://platform.openai.com/docs/api-reference/vector-stores/object)
273 // attached to this assistant. There can be a maximum of 1 vector store attached to
274 // the assistant.
275 VectorStoreIDs []string `json:"vector_store_ids"`
276 // JSON contains metadata for fields, check presence with [respjson.Field.Valid].
277 JSON struct {
278 VectorStoreIDs respjson.Field
279 ExtraFields map[string]respjson.Field
280 raw string
281 } `json:"-"`
282}
283
284// Returns the unmodified JSON received from the API
285func (r AssistantToolResourcesFileSearch) RawJSON() string { return r.JSON.raw }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected