You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -463,7 +463,7 @@ Option 2 chosen so that we can vary Agent responses independently of Chat Client
463
463
### StructuredOutputs Decision
464
464
465
465
We will not support structured output per run request, but individual agents are free to allow this on the concrete implementation or at construction time.
466
-
We will however add support for easily extracting a structured output type from the `AgentRunResponse`.
466
+
We will however add support for easily extracting a structured output type from the `AgentResponse`.
467
467
468
468
## Addendum 1: AIContext Derived Types for different response types / Gap Analysis (Work in progress)
Copy file name to clipboardExpand all lines: docs/decisions/0005-python-naming-conventions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The table below represents the majority of the naming changes discussed in issue
54
54
|*Mcp* & *Http*|*MCP* & *HTTP*| accepted | Acronyms should be uppercased in class names, according to PEP 8. | None |
55
55
|`agent.run_streaming`|`agent.run_stream`| accepted | Shorter and more closely aligns with AutoGen and Semantic Kernel names for the same methods. | None |
56
56
|`workflow.run_streaming`|`workflow.run_stream`| accepted | In sync with `agent.run_stream` and shorter and more closely aligns with AutoGen and Semantic Kernel names for the same methods. | None |
57
-
|AgentRunResponse & AgentRunResponseUpdate| AgentResponse & AgentResponseUpdate | rejected | Rejected, because it is the response to a run invocation and AgentResponse is too generic. | None |
57
+
|AgentResponse & AgentResponseUpdate| AgentResponse & AgentResponseUpdate | rejected | Rejected, because it is the response to a run invocation and AgentResponse is too generic. | None |
58
58
|*Content | * | rejected | Rejected other content type renames (removing `Content` suffix) because it would reduce clarity and discoverability. | Item was also considered, but rejected as it is very similar to Content, but would be inconsistent with dotnet. |
59
59
| ChatResponse & ChatResponseUpdate | Response & ResponseUpdate | rejected | Rejected, because Response is too generic. | None |
0 commit comments