File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
temporalio/contrib/openai_agents Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -373,9 +373,9 @@ Certain tools are not suitable for a distributed computing environment, so these
373373| Streaming | No |
374374
375375
376- # Tools
376+ ### Tools
377377
378- ## Tool Type
378+ #### Tool Type
379379
380380Tools that are not suited to a distributed setting are disabled
381381
@@ -390,7 +390,7 @@ Tools that are not suited to a distributed setting are disabled
390390| CodeInterpreterTool | Yes |
391391| ComputerTool | No |
392392
393- ## Tool Context
393+ #### Tool Context
394394
395395| Context Propagation | Supported |
396396| --- | --- |
@@ -399,7 +399,7 @@ Tools that are not suited to a distributed setting are disabled
399399| Function Tool received context | Yes |
400400| Function Tool can update context | Yes |
401401
402- # MCP
402+ ### MCP
403403
404404Presently, MCP is supported only via ` HostedMCPTool ` .
405405
@@ -409,41 +409,40 @@ Presently, MCP is supported only via `HostedMCPTool`.
409409| MCPServerSse | No |
410410| MCPServerStreamableHttp | No |
411411
412- # Guardrails
412+ ### Guardrails
413413
414414| Guardrail Type | Supported |
415415| --- | --- |
416416| Code | Yes |
417417| Agent | Yes |
418418
419- # Sessions
419+ ### Sessions
420420
421421SQLite storage is not suited to a distributed environment.
422422
423423| Feature | Supported |
424424| --- | --- | --- |
425425| SQLiteSession | No |
426426
427- # Tracing
427+ ### Tracing
428428
429429| Tracing Provider | Supported | Notes |
430430| --- | --- | --- |
431431| OpenAI platform | Yes | |
432432
433- Generating a comprehensive list of 3rd party tracing providers is out of scope.
434433
435- ### Voice
434+ ### Voice
436435
437436| Mode | Supported |
438437| --- | --- |
439438| Voice agents (pipelines) | No |
440439| Realtime agents | No |
441440
442- ## Utilities
441+ ### Utilities
443442
444- | Utility | Supported |
445- | --- | --- |
446- | REPL | No |
443+ | Utility | Supported | Notes |
444+ | --- | --- | --- |
445+ | REPL | No | Not applicable in distributed setting |
447446
448447
449448## Additional Examples
You can’t perform that action at this time.
0 commit comments