mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
system context
This commit is contained in:
@@ -14,7 +14,7 @@ async def main(prompt):
|
||||
# Sends a signal to the workflow (and starts it if needed)
|
||||
await client.start_workflow(
|
||||
EntityOllamaWorkflow.run,
|
||||
OllamaParams(None, None),
|
||||
OllamaParams(None, None), # or pass in custom summary/prompt_queue if desired
|
||||
id=workflow_id,
|
||||
task_queue="ollama-task-queue",
|
||||
start_signal="user_prompt",
|
||||
|
||||
Reference in New Issue
Block a user