Skip to main content

execute

Method
This is a method of the Agent class in the agent module.
Execute a task synchronously - backward compatibility method

Signature

def execute(task: Any, context: Any) -> Any

Parameters

task
Any
required
No description available.
context
Any
No description available.

Returns

Returns
Any
The result of the operation.