workflow rename, prompt tuning

This commit is contained in:
Steve Androulakis
2025-01-02 09:27:32 -08:00
parent f6fde7a7cd
commit 5ddf3c7705
5 changed files with 14 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ from workflows import ToolWorkflow
async def main():
# Create client connected to server at the given address
client = await Client.connect("localhost:7233")
workflow_id = "ollama-agent"
workflow_id = "agent-workflow"
handle = client.get_workflow_handle(workflow_id)