We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00deb44 commit 83076a2Copy full SHA for 83076a2
1 file changed
agent-framework/user-guide/agents/agent-types/azure-openai-responses-agent.md
@@ -207,7 +207,7 @@ async def main():
207
)
208
209
result = await agent.run("What's the weather like in Paris today?")
210
- weather_data = result.structured_output
+ weather_data = result.value
211
print(f"Location: {weather_data.location}")
212
print(f"Temperature: {weather_data.temperature}°C")
213
print(f"Condition: {weather_data.condition}")
0 commit comments