mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: improved loading (#202)
* improved loading * updated openai folder imports * fixed import
This commit is contained in:
committed by
GitHub
Unverified
parent
fc999e2be8
commit
9287572b0d
@@ -7,6 +7,8 @@ from typing import Any, Generic, Protocol, TypeVar, runtime_checkable
|
||||
|
||||
from pydantic import BaseModel, create_model
|
||||
|
||||
__all__ = ["AIFunction", "AITool", "ai_function"]
|
||||
|
||||
|
||||
@runtime_checkable
|
||||
class AITool(Protocol):
|
||||
|
||||
Reference in New Issue
Block a user