-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
aca9559
commit ebbf20c
Showing
20 changed files
with
167 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# StreamedToolAssistedChatToken | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | | ||
| `data` | [Optional[models.StreamedToolAssistedChatTokenData]](../models/streamedtoolassistedchattokendata.md) | :heavy_minus_sign: | N/A | |
2 changes: 1 addition & 1 deletion
2
...els/streamedtoolassistedchatresultdata.md → ...dels/streamedtoolassistedchattokendata.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# StreamedToolAssistedChatResultData | ||
# StreamedToolAssistedChatTokenData | ||
|
||
|
||
## Fields | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# StreamedToolAssistedChatToolStatus | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | | ||
| `event` | *Optional[Literal["tool_status"]]* | :heavy_minus_sign: | N/A | | ||
| `data` | [Optional[models.StreamedToolAssistedChatToolStatusData]](../models/streamedtoolassistedchattoolstatusdata.md) | :heavy_minus_sign: | N/A | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# StreamedToolAssistedChatToolStatusData | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | | ||
| `tool_call_id` | *str* | :heavy_check_mark: | The ID of the tool call. | | ||
| `name` | [models.Name](../models/name.md) | :heavy_check_mark: | The name of the built-in tool. | | ||
| `status` | [models.Status](../models/status.md) | :heavy_check_mark: | Indicates the current execution status of the tool. | | ||
| `parameters` | List[[models.StreamedToolAssistedChatToolStatusParameters](../models/streamedtoolassistedchattoolstatusparameters.md)] | :heavy_check_mark: | N/A | | ||
| `result` | *str* | :heavy_check_mark: | The output from the tool’s execution. | | ||
| `timestamp` | *float* | :heavy_check_mark: | The Unix timestamp (in seconds) for when the event occurred. | | ||
| `files` | List[[models.Files](../models/files.md)] | :heavy_minus_sign: | N/A | | ||
| `message` | *Optional[str]* | :heavy_minus_sign: | Message generated by the tool’s execution. | | ||
| `error` | [Optional[models.Error]](../models/error.md) | :heavy_minus_sign: | N/A | |
2 changes: 1 addition & 1 deletion
2
...lassistedchattoolstatuseventparameters.md → ...edtoolassistedchattoolstatusparameters.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ToolAssistedChatToolStatusEventParameters | ||
# StreamedToolAssistedChatToolStatusParameters | ||
|
||
|
||
## Fields | ||
|
Oops, something went wrong.