54617557e6
Replace user-facing Azure AI Foundry branding with Microsoft Foundry across docs, samples, comments, and display text while preserving technical identifiers. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
624 B
624 B
Foundry Local Package (agent-framework-foundry-local)
Integration with Microsoft Foundry Local for local model inference.
Main Classes
FoundryLocalClient- Chat client for Foundry Local modelsFoundryLocalChatOptions- Options TypedDict for Foundry Local parametersFoundryLocalSettings- Pydantic settings for configuration
Usage
from agent_framework.foundry import FoundryLocalClient
client = FoundryLocalClient(model="your-local-model")
response = await client.get_response("Hello")
Import Path
from agent_framework.foundry import FoundryLocalClient