Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.27 KB

File metadata and controls

56 lines (31 loc) · 2.27 KB

ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema

Properties

Name Type Description Notes
Json Pointer to map[string]interface{} JSON Schema for function parameters [optional]

Methods

NewChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema

func NewChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema() *ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema

NewChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema instantiates a new ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewChatInferenceRequestToolConfigToolsInnerToolSpecInputSchemaWithDefaults

func NewChatInferenceRequestToolConfigToolsInnerToolSpecInputSchemaWithDefaults() *ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema

NewChatInferenceRequestToolConfigToolsInnerToolSpecInputSchemaWithDefaults instantiates a new ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetJson

func (o *ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema) GetJson() map[string]interface{}

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

func (o *ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema) GetJsonOk() (*map[string]interface{}, bool)

GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJson

func (o *ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema) SetJson(v map[string]interface{})

SetJson sets Json field to given value.

HasJson

func (o *ChatInferenceRequestToolConfigToolsInnerToolSpecInputSchema) HasJson() bool

HasJson returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]