mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
feat(agent-runner): enforce 4.x host-owned execution
This commit is contained in:
@@ -75,6 +75,9 @@ class ToolResource(typing.TypedDict):
|
||||
tool_type: str | None
|
||||
description: str | None
|
||||
operations: list[str]
|
||||
parameters: dict[str, typing.Any] | None
|
||||
source: typing.NotRequired[str]
|
||||
source_id: typing.NotRequired[str | None]
|
||||
|
||||
|
||||
class KnowledgeBaseResource(typing.TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user