mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
workflow rename, prompt tuning
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user