Commit 154c44a
File tree
- .devcontainer/dotnet
- .github
- actions/sample-validation-setup
- workflows
- agent-samples
- openai
- docs
- decisions
- features
- durable-agents
- vector-stores-and-embeddings
- dotnet
- .github/skills
- build-and-test
- project-structure
- verify-dotnet-samples
- .vscode
- eng/MSBuild
- nuget
- samples
- 01-get-started
- 01_hello_agent
- 02_add_tools
- 03_multi_turn
- 04_memory
- 05_first_workflow
- 06_host_your_agent
- 02-agents
- AGUI
- Step01_GettingStarted
- Client
- Server
- Properties
- Step02_BackendTools
- Client
- Server
- Properties
- Step03_FrontendTools
- Client
- Server
- Properties
- Step04_HumanInLoop
- Client
- Server
- Properties
- Step05_StateManagement
- Client
- Server
- Properties
- AgentOpenTelemetry
- AgentProviders
- Agent_With_A2A
- Agent_With_Anthropic
- Agent_With_AzureAIAgentsPersistent
- Agent_With_AzureAIProject
- Agent_With_AzureFoundryModel
- Agent_With_AzureOpenAIChatCompletion
- Agent_With_AzureOpenAIResponses
- Agent_With_CustomImplementation
- Agent_With_GitHubCopilot
- Agent_With_GoogleGemini
- Agent_With_ONNX
- Agent_With_Ollama
- Agent_With_OpenAIAssistants
- Agent_With_OpenAIChatCompletion
- Agent_With_OpenAIResponses
- AgentSkills
- Agent_Step01_BasicSkills
- skills/expense-report
- assets
- references
- AgentWithAnthropic
- Agent_Anthropic_Step01_Running
- Agent_Anthropic_Step02_Reasoning
- Agent_Anthropic_Step03_UsingFunctionTools
- Agent_Anthropic_Step04_UsingSkills
- AgentWithMemory
- AgentWithMemory_Step01_ChatHistoryMemory
- AgentWithMemory_Step02_MemoryUsingMem0
- AgentWithMemory_Step04_MemoryUsingFoundry
- AgentWithOpenAI
- Agent_OpenAI_Step01_Running
- Agent_OpenAI_Step02_Reasoning
- Agent_OpenAI_Step03_CreateFromChatClient
- Agent_OpenAI_Step04_CreateFromOpenAIResponseClient
- Agent_OpenAI_Step05_Conversation
- AgentWithRAG
- AgentWithRAG_Step01_BasicTextRAG
- TextSearchStore
- AgentWithRAG_Step02_CustomVectorStoreRAG
- AgentWithRAG_Step03_CustomRAGDataSource
- AgentWithRAG_Step04_FoundryServiceRAG
- Agents
- Agent_Step01_UsingFunctionToolsWithApprovals
- Agent_Step02_StructuredOutput
- Agent_Step03_PersistedConversations
- Agent_Step04_3rdPartyChatHistoryStorage
- Agent_Step05_Observability
- Agent_Step06_DependencyInjection
- Agent_Step07_AsMcpTool
- Agent_Step08_UsingImages
- Agent_Step09_AsFunctionTool
- Agent_Step10_BackgroundResponsesWithToolsAndPersistence
- Agent_Step11_Middleware
- Agent_Step12_Plugins
- Agent_Step13_ChatReduction
- Agent_Step14_BackgroundResponses
- Agent_Step15_DeepResearch
- Agent_Step16_Declarative
- Agent_Step17_AdditionalAIContext
- DeclarativeAgents/ChatClient
- Properties
- DevUI
- DevUI_Step01_BasicUsage
- Properties
- FoundryAgents
- FoundryAgents_Evaluations_Step01_RedTeaming
- FoundryAgents_Evaluations_Step02_SelfReflection
- FoundryAgents_Step01.1_Basics
- FoundryAgents_Step01.2_Running
- FoundryAgents_Step02_MultiturnConversation
- FoundryAgents_Step03_UsingFunctionTools
- FoundryAgents_Step04_UsingFunctionToolsWithApprovals
- FoundryAgents_Step05_StructuredOutput
- FoundryAgents_Step06_PersistedConversations
- FoundryAgents_Step07_Observability
- FoundryAgents_Step08_DependencyInjection
- FoundryAgents_Step09_UsingMcpClientAsTools
- FoundryAgents_Step10_UsingImages
- Assets
- FoundryAgents_Step11_AsFunctionTool
- FoundryAgents_Step12_Middleware
- FoundryAgents_Step13_Plugins
- FoundryAgents_Step14_CodeInterpreter
- FoundryAgents_Step15_ComputerUse
- Assets
- FoundryAgents_Step16_FileSearch
- FoundryAgents_Step17_OpenAPITools
- FoundryAgents_Step18_BingCustomSearch
- FoundryAgents_Step20_MicrosoftFabric
- FoundryAgents_Step21_WebSearch
- FoundryAgents_Step22_MemorySearch
- FoundryAgents_Step23_LocalMCP
- ModelContextProtocol
- Agent_MCP_Server_Auth
- Agent_MCP_Server
- FoundryAgent_Hosted_MCP
- ResponseAgent_Hosted_MCP
- 03-workflows
- Agents
- CustomAgentExecutors
- FoundryAgent
- GroupChatToolApproval
- WorkflowAsAnAgent
- Checkpoint
- CheckpointAndRehydrate
- CheckpointAndResume
- CheckpointWithHumanInTheLoop
- Concurrent
- Concurrent
- MapReduce
- ConditionalEdges
- 01_EdgeCondition
- 02_SwitchCase
- 03_MultiSelection
- Declarative
- ConfirmInput
- CustomerSupport
- Properties
- DeepResearch
- Properties
- ExecuteCode
- ExecuteWorkflow
- Properties
- FunctionTools
- Properties
- GenerateCode
- Properties
- HostedWorkflow
- InputArguments
- Properties
- InvokeFunctionTool
- InvokeMcpTool
- Marketing
- Properties
- OpenAIChatAgent/Properties
- OpenAIResponseAgent/Properties
- StudentTeacher
- Properties
- ToolApproval
- Properties
- HumanInTheLoop/HumanInTheLoopBasic
- Loop
- Observability
- ApplicationInsights
- AspireDashboard
- WorkflowAsAnAgent
- Resources
- Visualization
- Resources
- _StartHere
- 01_Streaming
- 02_AgentsInWorkflows
- 03_AgentWorkflowPatterns
- 04_MultiModelService
- 05_SubWorkflows
- 06_MixedWorkflowAgentsAndExecutors
- 07_WriterCriticWorkflow
- 04-hosting
- A2A
- A2AAgent_AsFunctionTools
- A2AAgent_PollingForTaskCompletion
- DurableAgents
- AzureFunctions
- 01_SingleAgent
- 02_AgentOrchestration_Chaining
- 03_AgentOrchestration_Concurrency
- 04_AgentOrchestration_Conditionals
- 05_AgentOrchestration_HITL
- 06_LongRunningTools
- 07_AgentAsMcpTool
- 08_ReliableStreaming
- ConsoleApps
- 01_SingleAgent
- 02_AgentOrchestration_Chaining
- 03_AgentOrchestration_Concurrency
- 04_AgentOrchestration_Conditionals
- 05_AgentOrchestration_HITL
- 06_LongRunningTools
- 07_ReliableStreaming
- 05-end-to-end
- A2AClientServer
- A2AClient
- A2AServer
- Models
- AGUIClientServer
- AGUIClient
- AGUIDojoServer
- AgenticUI
- BackendToolRendering
- PredictiveStateUpdates
- Properties
- AGUIServer
- Properties
- AGUIWebChat
- Client
- Components
- Layout
- Pages/Chat
- Properties
- wwwroot
- Server
- Properties
- AgentWebChat
- AgentWebChat.AgentHost
- Custom
- Properties
- Utilities
- AgentWebChat.AppHost
- Properties
- AgentWebChat.ServiceDefaults
- AgentWebChat.Web
- Components
- Layout
- Pages
- Properties
- wwwroot
- AgentWithPurview
- AspNetAgentAuthorization
- RazorWebClient
- Pages
- Properties
- Service
- Properties
- keycloak
- HostedAgents
- AgentThreadAndHITL
- AgentWithHostedMCP
- AgentWithLocalTools
- AgentWithTextSearchRag
- AgentWithTools
- AgentsInWorkflows
- M365Agent
- Agents
- Auth
- Properties
- appManifest
- A2AClientServer
- A2AClient
- A2AServer
- AGUIClientServer
- AGUIClient
- AGUIDojoServer
- AGUIServer
- AGUIWebChat
- Client
- Properties
- Server
- AgentWebChat
- AgentWebChat.AgentHost
- AgentWebChat.Web
- Durable/Agents
- AzureFunctions
- 01_SingleAgent
- 02_AgentOrchestration_Chaining
- 03_AgentOrchestration_Concurrency
- 04_AgentOrchestration_Conditionals
- 05_AgentOrchestration_HITL
- 06_LongRunningTools
- 07_AgentAsMcpTool
- 08_ReliableStreaming
- ConsoleApps
- 01_SingleAgent
- 02_AgentOrchestration_Chaining
- 03_AgentOrchestration_Concurrency
- 04_AgentOrchestration_Conditionals
- 05_AgentOrchestration_HITL
- 06_LongRunningTools
- 07_ReliableStreaming
- GettingStarted
- A2A
- A2AAgent_AsFunctionTools
- A2AAgent_PollingForTaskCompletion
- AGUI
- Step01_GettingStarted
- Client
- Server
- Step02_BackendTools
- Client
- Server
- Step03_FrontendTools
- Client
- Server
- Step04_HumanInLoop/Server
- Step05_StateManagement
- Client
- Server
- AgentOpenTelemetry
- AgentProviders
- Agent_With_Anthropic
- Agent_With_AzureAIAgentsPersistent
- Agent_With_AzureAIProject
- Agent_With_AzureFoundryModel
- Agent_With_AzureOpenAIChatCompletion
- Agent_With_AzureOpenAIResponses
- Agent_With_CustomImplementation
- Agent_With_OpenAIAssistants
- Agent_With_OpenAIChatCompletion
- Agent_With_OpenAIResponses
- AgentWithAnthropic
- Agent_Anthropic_Step01_Running
- Agent_Anthropic_Step02_Reasoning
- Agent_Anthropic_Step03_UsingFunctionTools
- AgentWithMemory
- AgentWithMemory_Step01_ChatHistoryMemory
- AgentWithMemory_Step02_MemoryUsingMem0
- AgentWithMemory_Step03_CustomMemory
- AgentWithOpenAI
- Agent_OpenAI_Step01_Running
- Agent_OpenAI_Step02_Reasoning
- Agent_OpenAI_Step03_CreateFromChatClient
- Agent_OpenAI_Step04_CreateFromOpenAIResponseClient
- Agent_OpenAI_Step05_Conversation
- AgentWithRAG
- AgentWithRAG_Step01_BasicTextRAG
- AgentWithRAG_Step02_CustomVectorStoreRAG
- AgentWithRAG_Step03_CustomRAGDataSource
- AgentWithRAG_Step04_FoundryServiceRAG
- Agents
- Agent_Step01_Running
- Agent_Step02_MultiturnConversation
- Agent_Step03_UsingFunctionTools
- Agent_Step04_UsingFunctionToolsWithApprovals
- Agent_Step05_StructuredOutput
- Agent_Step06_PersistedConversations
- Agent_Step07_3rdPartyThreadStorage
- Agent_Step08_Observability
- Agent_Step09_DependencyInjection
- Agent_Step10_AsMcpTool
- Agent_Step11_UsingImages
- Agent_Step12_AsFunctionTool
- Agent_Step13_BackgroundResponsesWithToolsAndPersistence
- Agent_Step14_Middleware
- Agent_Step15_Plugins
- Agent_Step16_ChatReduction
- Agent_Step17_BackgroundResponses
- Agent_Step18_DeepResearch
- Agent_Step19_Declarative
- Agent_Step20_AdditionalAIContext
- DeclarativeAgents/ChatClient
- DevUI/DevUI_Step01_BasicUsage
- FoundryAgents
- FoundryAgents_Step01.1_Basics
- FoundryAgents_Step01.2_Running
- FoundryAgents_Step02_MultiturnConversation
- FoundryAgents_Step03_UsingFunctionTools
- FoundryAgents_Step04_UsingFunctionToolsWithApprovals
- FoundryAgents_Step05_StructuredOutput
- FoundryAgents_Step06_PersistedConversations
- FoundryAgents_Step07_Observability
- FoundryAgents_Step08_DependencyInjection
- FoundryAgents_Step09_UsingMcpClientAsTools
- FoundryAgents_Step10_UsingImages
- FoundryAgents_Step11_AsFunctionTool
- FoundryAgents_Step12_Middleware
- FoundryAgents_Step13_Plugins
- FoundryAgents_Step14_CodeInterpreter
- FoundryAgents_Step15_ComputerUse
- ModelContextProtocol
- Agent_MCP_Server_Auth
- Agent_MCP_Server
- FoundryAgent_Hosted_MCP
- ResponseAgent_Hosted_MCP
- Workflows
- Agents
- CustomAgentExecutors
- FoundryAgent
- GroupChatToolApproval
- WorkflowAsAnAgent
- Checkpoint
- CheckpointAndRehydrate
- CheckpointAndResume
- CheckpointWithHumanInTheLoop
- Concurrent
- Concurrent
- MapReduce
- ConditionalEdges
- 01_EdgeCondition
- 02_SwitchCase
- 03_MultiSelection
- Declarative
- CustomerSupport
- DeepResearch
- ExecuteCode
- ExecuteWorkflow
- FunctionTools
- HostedWorkflow
- InputArguments
- Marketing
- StudentTeacher
- ToolApproval
- HumanInTheLoop/HumanInTheLoopBasic
- Loop
- Observability
- ApplicationInsights
- AspireDashboard
- WorkflowAsAnAgent
- Visualization
- _Foundational
- 01_ExecutorsAndEdges
- 02_Streaming
- 03_AgentsInWorkflows
- 04_AgentWorkflowPatterns
- 05_MultiModelService
- 06_SubWorkflows
- 07_MixedWorkflowAgentsAndExecutors
- 08_WriterCriticWorkflow
- HostedAgents
- AgentWithHostedMCP
- AgentWithTextSearchRag
- AgentsInWorkflows
- M365Agent
- Purview/AgentWithPurview
- src
- LegacySupport/ExperimentalAttribute
- Microsoft.Agents.AI.A2A
- Microsoft.Agents.AI.Abstractions
- Microsoft.Agents.AI.Anthropic
- Microsoft.Agents.AI.AzureAI.Persistent
- Microsoft.Agents.AI.AzureAI
- Microsoft.Agents.AI.CopilotStudio
- Microsoft.Agents.AI.CosmosNoSql
- Microsoft.Agents.AI.Declarative
- Microsoft.Agents.AI.DevUI
- Microsoft.Agents.AI.DurableTask
- Microsoft.Agents.AI.FoundryMemory
- Microsoft.Agents.AI.GitHub.Copilot
- Microsoft.Agents.AI.Hosting.A2A.AspNetCore
- Microsoft.Agents.AI.Hosting.A2A
- Converters
- Microsoft.Agents.AI.Hosting.AzureFunctions
- Microsoft.Agents.AI.Hosting.OpenAI
- Responses
- Converters
- Microsoft.Agents.AI.Hosting
- Local
- Microsoft.Agents.AI.Mem0
- Microsoft.Agents.AI.OpenAI
- ChatClient
- Extensions
- Microsoft.Agents.AI.Purview
- Models/Common
- Microsoft.Agents.AI.Workflows.Declarative.AzureAI
- Microsoft.Agents.AI.Workflows.Declarative.Mcp
- Microsoft.Agents.AI.Workflows.Declarative
- CodeGen
- Snippets
- Extensions
- Interpreter
- Kit
- ObjectModel
- Microsoft.Agents.AI.Workflows.Generators
- Analysis
- Diagnostics
- Generation
- Models
- Microsoft.Agents.AI.Workflows
- Attributes
- Checkpointing
- Execution
- InProc
- Observability
- Reflection
- Specialized
- Visualization
- Microsoft.Agents.AI
- AIContextProviderDecorators
- ChatClient
- Memory
- Skills
- tests
- AgentConformance.IntegrationTests
- Support
- AnthropicChatCompletion.IntegrationTests
- AzureAI.IntegrationTests
- AzureAIAgentsPersistent.IntegrationTests
- CopilotStudio.IntegrationTests
- Support
- Microsoft.Agents.AI.A2A.UnitTests
- Microsoft.Agents.AI.AGUI.UnitTests
- Microsoft.Agents.AI.Abstractions.UnitTests
- Microsoft.Agents.AI.Anthropic.UnitTests/Extensions
- Microsoft.Agents.AI.AzureAI.UnitTests
- Microsoft.Agents.AI.CosmosNoSql.UnitTests
- Microsoft.Agents.AI.Declarative.UnitTests
- Microsoft.Agents.AI.DevUI.UnitTests
- Microsoft.Agents.AI.DurableTask.IntegrationTests
- Microsoft.Agents.AI.DurableTask.UnitTests
- Microsoft.Agents.AI.FoundryMemory.IntegrationTests
- Microsoft.Agents.AI.FoundryMemory.UnitTests
- Microsoft.Agents.AI.GitHub.Copilot.IntegrationTests
- Microsoft.Agents.AI.GitHub.Copilot.UnitTests
- Microsoft.Agents.AI.Hosting.A2A.UnitTests
- Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.IntegrationTests
- Microsoft.Agents.AI.Hosting.AGUI.AspNetCore.UnitTests
- Microsoft.Agents.AI.Hosting.AzureFunctions.IntegrationTests
- Microsoft.Agents.AI.Hosting.AzureFunctions.UnitTests
- Microsoft.Agents.AI.Hosting.OpenAI.UnitTests
- Microsoft.Agents.AI.Mem0.IntegrationTests
- Microsoft.Agents.AI.Mem0.UnitTests
- Microsoft.Agents.AI.OpenAI.UnitTests/Extensions
- Microsoft.Agents.AI.Purview.UnitTests
- Microsoft.Agents.AI.UnitTests
- AIContextProviderDecorators
- AgentSkills
- ChatClient
- Data
- Memory
- Models
- Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests
- Agents
- Framework
- TestFiles
- Testcases
- Workflows
- Microsoft.Agents.AI.Workflows.Declarative.Mcp.UnitTests
- Microsoft.Agents.AI.Workflows.Declarative.UnitTests
- CodeGen
- Extensions
- ObjectModel
- Workflows
- Microsoft.Agents.AI.Workflows.Generators.UnitTests
- Microsoft.Agents.AI.Workflows.UnitTests
- Sample
- OpenAIAssistant.IntegrationTests
- OpenAIChatCompletion.IntegrationTests
- OpenAIResponse.IntegrationTests
- python
- .github
- instructions
- skills
- python-code-quality
- python-development
- python-package-management
- python-samples
- python-testing
- .vscode
- docs
- packages
- a2a
- agent_framework_a2a
- tests
- ag-ui
- agent_framework_ag_ui_examples
- agents
- server
- api
- agent_framework_ag_ui
- _orchestration
- getting_started
- tests
- ag_ui
- anthropic
- agent_framework_anthropic
- tests
- azure-ai-search
- agent_framework_azure_ai_search
- tests
- azure-ai
- agent_framework_azure_ai
- tests
- azure_ai
- azure-cosmos
- agent_framework_azure_cosmos
- samples
- tests
- azurefunctions
- agent_framework_azurefunctions
- tests
- integration_tests
- bedrock
- agent_framework_bedrock
- samples
- tests
- bedrock
- chatkit
- agent_framework_chatkit
- tests
- claude
- agent_framework_claude
- tests
- copilotstudio
- agent_framework_copilotstudio
- tests
- core
- agent_framework
- _workflows
- a2a
- ag_ui
- amazon
- anthropic
- azure
- chatkit
- declarative
- devui
- github
- lab
- mem0
- microsoft
- ollama
- openai
- orchestrations
- redis
- tests
- azure
- core
- openai
- workflow
- declarative
- agent_framework_declarative
- _workflows
- tests
- devui
- agent_framework_devui
- _openai
- ui/assets
- frontend
- src
- components
- features
- agent
- workflow
- layout
- ui
- data/gallery
- services
- types
- utils
- samples
- tests
- devui
- durabletask
- agent_framework_durabletask
- tests
- integration_tests
- foundry_local
- agent_framework_foundry_local
- tests
- github_copilot
- agent_framework_github_copilot
- tests
- lab
- gaia
- agent_framework_lab_gaia
- samples
- lightning
- samples
- tests
- namespace/agent_framework/lab
- gaia
- lightning
- tau2
- tau2
- agent_framework_lab_tau2
- tests
- mem0
- agent_framework_mem0
- tests
- ollama
- agent_framework_ollama
- tests
- ollama
- orchestrations
- agent_framework_orchestrations
- tests
- purview
- agent_framework_purview
- tests
- purview
- redis
- agent_framework_redis
- tests
- samples
- 01-get-started
- 02-agents
- chat_client
- context_providers
- azure_ai_search
- mem0
- redis
- conversations
- declarative
- devui
- azure_responses_agent
- declarative
- fanout_workflow
- foundry_agent
- spam_workflow
- weather_agent_azure
- workflow_agents
- embeddings
- mcp
- middleware
- multimodal_input
- observability
- providers
- amazon
- anthropic
- azure_ai_agent
- azure_ai
- azure_openai
- copilotstudio
- custom
- foundry_local
- github_copilot
- ollama
- openai
- skills/basic_skill
- skills/expense-report
- assets
- references
- tools
- 03-workflows
- _start-here
- agents
- checkpoint
- composition
- control-flow
- declarative
- agent_to_function_tool
- conditional_workflow
- customer_support
- deep_research
- function_tools
- human_in_loop
- invoke_function_tool
- marketing
- simple_workflow
- student_teacher
- human-in-the-loop
- observability
- orchestrations
- parallelism
- resources
- state-management
- tool-approval
- visualization
- 04-hosting
- a2a
- azure_functions
- 01_single_agent
- 02_multi_agent
- 03_reliable_streaming
- 04_single_agent_orchestration_chaining
- 05_multi_agent_orchestration_concurrency
- 06_multi_agent_orchestration_conditionals
- 07_single_agent_orchestration_hitl
- 08_mcp_server
- 11_workflow_parallel
- 12_workflow_hitl
- durabletask
- 01_single_agent
- 02_multi_agent
- 03_single_agent_streaming
- 04_single_agent_orchestration_chaining
- 05_multi_agent_orchestration_concurrency
- 06_multi_agent_orchestration_conditionals
- 07_single_agent_orchestration_hitl
- 05-end-to-end
- chatkit-integration
- frontend
- src
- evaluation
- red_teaming
- self_reflection
- resources
- hosted_agents
- agent_with_hosted_mcp
- agent_with_text_search_rag
- agents_in_workflow
- m365-agent
- m365_agent_demo
- purview_agent
- workflow_evaluation
- autogen-migration
- orchestrations
- single_agent
- demos
- ag_ui_workflow_handoff
- backend
- frontend
- src
- chatkit-integration
- frontend
- hosted_agents
- agent_with_hosted_mcp
- agent_with_text_search_rag
- agents_in_workflow
- m365-agent/m365_agent_demo
- workflow_evaluation
- getting_started
- agents
- a2a
- anthropic
- azure_ai_agent
- azure_ai
- azure_openai
- custom
- github_copilot
- ollama
- openai
- azure_functions
- 01_single_agent
- 02_multi_agent
- 03_reliable_streaming
- 04_single_agent_orchestration_chaining
- 05_multi_agent_orchestration_concurrency
- 06_multi_agent_orchestration_conditionals
- 07_single_agent_orchestration_hitl
- 08_mcp_server
- chat_client
- context_providers
- azure_ai_search
- mem0
- redis
- declarative
- devui
- azure_responses_agent
- fanout_workflow
- foundry_agent
- spam_workflow
- weather_agent_azure
- workflow_agents
- durabletask
- 01_single_agent
- 02_multi_agent
- 03_single_agent_streaming
- 04_single_agent_orchestration_chaining
- 05_multi_agent_orchestration_concurrency
- 06_multi_agent_orchestration_conditionals
- 07_single_agent_orchestration_hitl
- evaluation
- red_teaming
- self_reflection
- middleware
- observability
- purview_agent
- threads
- tools
- workflows
- _start-here
- agents
- checkpoint
- composition
- control-flow
- declarative
- customer_support
- deep_research
- function_tools
- human_in_loop
- marketing
- student_teacher
- human-in-the-loop
- orchestration
- parallelism
- state-management
- tool-approval
- visualization
- semantic-kernel-migration
- azure_ai_agent
- chat_completion
- copilot_studio
- openai_assistant
- openai_responses
- orchestrations
- processes
- scripts
- sample_validation
- tests/samples/getting_started
- workflow-samples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
211 | 211 | | |
212 | | - | |
213 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
214 | 215 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
222 | 219 | | |
223 | 220 | | |
224 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
0 commit comments