Python: Fixed Anthropic and GitHub Copilot samples (#4025)

* Fixed Anthropic advanced example

* Small improvement

* Simplified skills sample

* Fixed custom agent sample

* Added service_session_id parameter

* Added tests

* Resolved comments
This commit is contained in:
Dmytro Struk
2026-02-18 01:23:35 -05:00
committed by GitHub
Unverified
parent 28e3fc308b
commit f900febb6f
9 changed files with 203 additions and 37 deletions
@@ -32,8 +32,8 @@ from typing import Any
from agent_framework import (
AgentExecutorRequest,
AgentExecutorResponse,
Message,
Executor,
Message,
Workflow,
WorkflowBuilder,
WorkflowContext,