|
787 | 787 | "tags": [
|
788 | 788 | "Thread Runs"
|
789 | 789 | ],
|
790 |
| - "summary": "Create a run on a thread and wait for its output output", |
791 |
| - "description": "Create a run on a thread and wait for its output. See 'GET /runs/{run_id}/wait' for details on the return values.", |
| 790 | + "summary": "Create a run on a thread and block waiting for the result of the run", |
| 791 | + "description": "Create a run on a thread and block waiting for its output. See 'GET /runs/{run_id}/wait' for details on the return values.", |
792 | 792 | "operationId": "create_and_wait_for_thread_run_output",
|
793 | 793 | "parameters": [
|
794 | 794 | {
|
|
863 | 863 | "tags": [
|
864 | 864 | "Thread Runs"
|
865 | 865 | ],
|
866 |
| - "summary": "Retrieve last output of a run if available", |
867 |
| - "description": "Retrieve the output of the run if available. See 'GET /runs/{run_id}/wait' for details on the return values.", |
| 866 | + "summary": "Blocks waiting for the result of the run.", |
| 867 | + "description": "Blocks waiting for the result of the run. See 'GET /runs/{run_id}/wait' for details on the return values.", |
868 | 868 | "operationId": "wait_for_thread_run_output",
|
869 | 869 | "parameters": [
|
870 | 870 | {
|
|
1500 | 1500 | "tags": [
|
1501 | 1501 | "Stateless Runs"
|
1502 | 1502 | ],
|
1503 |
| - "summary": "Retrieve last output of a run if available", |
1504 |
| - "description": "Retrieve the last output of the run. The output can be:\n * an interrupt, this happens when the agent run status is `interrupted`\n * the final result of the run, this happens when the agent run status is `success`\n * an error, this happens when the agent run status is `error` or `timeout`\n\n\nThis call blocks until the output is available.", |
| 1503 | + "summary": "Blocks waiting for the result of the run.", |
| 1504 | + "description": "Blocks waiting for the result of the run. The output can be:\n * an interrupt, this happens when the agent run status is `interrupted`\n * the final result of the run, this happens when the agent run status is `success`\n * an error, this happens when the agent run status is `error` or `timeout`\n\n\nThis call blocks until the output is available.", |
1505 | 1505 | "operationId": "wait_for_stateless_run_output",
|
1506 | 1506 | "parameters": [
|
1507 | 1507 | {
|
|
1888 | 1888 | },
|
1889 | 1889 | "url": {
|
1890 | 1890 | "title": "Agent Record URL",
|
1891 |
| - "description": "URL of the record. Can be a network location or a file.", |
| 1891 | + "description": "URL of the record. Can be a network location, i.e. an entry in the Agent Directory or a file.", |
1892 | 1892 | "type": "string",
|
1893 | 1893 | "format": "uri"
|
1894 | 1894 | }
|
|
0 commit comments