openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# FineTuneChatCompletionRequestAssistantMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | Option<[**models::ChatCompletionRequestAssistantMessageContent**]ChatCompletionRequestAssistantMessage_content.md> |  | [optional]
**refusal** | Option<**String**> | The refusal message by the assistant. | [optional]
**role** | **String** | The role of the messages author, in this case `assistant`. | 
**name** | Option<**String**> | An optional name for the participant. Provides the model information to differentiate between participants of the same role. | [optional]
**audio** | Option<[**models::Object01**]Object0_1.md> |  | [optional]
**tool_calls** | Option<[**Vec<models::ChatCompletionMessageToolCallsInner>**]ChatCompletionMessageToolCalls_inner.md> | The tool calls generated by the model, such as function calls. | [optional]
**function_call** | Option<[**models::Object02**]Object0_2.md> |  | [optional]
**weight** | Option<**i32**> | Controls whether the assistant message is trained against (0 or 1) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)