parse_function_call
Name | Description |
---|---|
function_call_data | The dictionary to parse. |
parse_tool_calls
Name | Description |
---|---|
tool_calls_data | The dictionary to parse. |
parse_content_list
Name | Description |
---|---|
content_list_data | The dictionary to parse. |
parse_chat_completion_choice
Name | Description |
---|---|
messages_data | The dictionary to parse. |
parse_choice
Name | Description |
---|---|
choice_data | The dictionary to parse. |
parse_usage
Name | Description |
---|---|
usage_data | The dictionary to parse. |
parse_generation_error
Name | Description |
---|---|
error_data | The dictionary to parse. |
default_json_serializer
Name | Description |
---|---|
o | The object to serialize. |
parse_result
Name | Description |
---|---|
data | The dictionary to parse. |
parse_message
Name | Description |
---|---|
message | The dictionary to parse. |
parse_messages
Name | Description |
---|---|
messages | The list to parse. |
parse_model_parameters
Name | Description |
---|---|
parameters | The dictionary to parse. |