Skip to content

Commit a5f9403

Browse files
committed
wip
1 parent a424941 commit a5f9403

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

temporalio/contrib/openai_agents/README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ Certain tools are not suitable for a distributed computing environment, so these
367367

368368
### Model Response format
369369

370+
This integration does not presently support streaming.
371+
370372
| Model Response | Supported |
371373
| --- | --- |
372374
| Get Response | Yes |
@@ -377,7 +379,7 @@ Certain tools are not suitable for a distributed computing environment, so these
377379

378380
#### Tool Type
379381

380-
Tools that are not suited to a distributed setting are disabled
382+
`LocalShellTool` and `ComputerTool` are not suited to a distributed computing setting.
381383

382384
| Tool Type | Supported |
383385
| --- | --- |
@@ -392,6 +394,8 @@ Tools that are not suited to a distributed setting are disabled
392394

393395
#### Tool Context
394396

397+
As described in [Tool Calling](#tool-calling), context propagation is read-only when Temporal activities are used as tools.
398+
395399
| Context Propagation | Supported |
396400
| --- | --- |
397401
| Activity Tool receives copy of context | Yes |
@@ -401,7 +405,7 @@ Tools that are not suited to a distributed setting are disabled
401405

402406
### MCP
403407

404-
Presently, MCP is supported only via `HostedMCPTool`.
408+
Presently, MCP is supported only via `HostedMCPTool`, which is implemented from within OpenAI.
405409

406410
| MCP Class | Supported |
407411
| --- | --- |
@@ -421,14 +425,14 @@ Presently, MCP is supported only via `HostedMCPTool`.
421425
SQLite storage is not suited to a distributed environment.
422426

423427
| Feature | Supported |
424-
| --- | --- | --- |
428+
| --- | --- |
425429
| SQLiteSession | No |
426430

427431
### Tracing
428432

429-
| Tracing Provider | Supported | Notes |
430-
| --- | --- | --- |
431-
| OpenAI platform | Yes | |
433+
| Tracing Provider | Supported |
434+
| --- | --- |
435+
| OpenAI platform | Yes |
432436

433437

434438
### Voice
@@ -440,9 +444,11 @@ SQLite storage is not suited to a distributed environment.
440444

441445
### Utilities
442446

443-
| Utility | Supported | Notes |
444-
| --- | --- | --- |
445-
| REPL | No | Not applicable in distributed setting |
447+
The REPL utility is not suited to a distributed setting.
448+
449+
| Utility | Supported |
450+
| --- | --- |
451+
| REPL | No |
446452

447453

448454
## Additional Examples

0 commit comments

Comments
 (0)