Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.17 KB

File metadata and controls

56 lines (31 loc) · 2.17 KB

ChatInferenceRequestToolConfigToolsInner

Properties

Name Type Description Notes
ToolSpec Pointer to ChatInferenceRequestToolConfigToolsInnerToolSpec [optional]

Methods

NewChatInferenceRequestToolConfigToolsInner

func NewChatInferenceRequestToolConfigToolsInner() *ChatInferenceRequestToolConfigToolsInner

NewChatInferenceRequestToolConfigToolsInner instantiates a new ChatInferenceRequestToolConfigToolsInner 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

NewChatInferenceRequestToolConfigToolsInnerWithDefaults

func NewChatInferenceRequestToolConfigToolsInnerWithDefaults() *ChatInferenceRequestToolConfigToolsInner

NewChatInferenceRequestToolConfigToolsInnerWithDefaults instantiates a new ChatInferenceRequestToolConfigToolsInner 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

GetToolSpec

func (o *ChatInferenceRequestToolConfigToolsInner) GetToolSpec() ChatInferenceRequestToolConfigToolsInnerToolSpec

GetToolSpec returns the ToolSpec field if non-nil, zero value otherwise.

GetToolSpecOk

func (o *ChatInferenceRequestToolConfigToolsInner) GetToolSpecOk() (*ChatInferenceRequestToolConfigToolsInnerToolSpec, bool)

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

SetToolSpec

func (o *ChatInferenceRequestToolConfigToolsInner) SetToolSpec(v ChatInferenceRequestToolConfigToolsInnerToolSpec)

SetToolSpec sets ToolSpec field to given value.

HasToolSpec

func (o *ChatInferenceRequestToolConfigToolsInner) HasToolSpec() bool

HasToolSpec returns a boolean if a field has been set.

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