mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-18 11:44:18 +00:00
feat(agent-runner): expose effective prompt and transcript history
This commit is contained in:
committed by
huanghuoguoguo
parent
3dc579feb3
commit
bd690a79f0
@@ -50,6 +50,8 @@ def make_host_model_runner_descriptor(
|
||||
multimodal_input: bool = True,
|
||||
tool_calling: bool = True,
|
||||
knowledge_retrieval: bool = True,
|
||||
skill_authoring: bool = False,
|
||||
skill_injection: bool = False,
|
||||
):
|
||||
from langbot.pkg.agent.runner.descriptor import AgentRunnerDescriptor
|
||||
|
||||
@@ -69,6 +71,8 @@ def make_host_model_runner_descriptor(
|
||||
'tool_calling': tool_calling,
|
||||
'knowledge_retrieval': knowledge_retrieval,
|
||||
'multimodal_input': multimodal_input,
|
||||
'skill_authoring': skill_authoring,
|
||||
'skill_injection': skill_injection,
|
||||
},
|
||||
permissions={
|
||||
'models': ['list', 'invoke', 'stream'],
|
||||
|
||||
Reference in New Issue
Block a user