system context

This commit is contained in:
Steve Androulakis
2024-12-31 12:19:53 -08:00
parent c6b71b8ffa
commit 4286be2e5d
4 changed files with 72 additions and 57 deletions

View File

@@ -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",