This endpoint handles the completion request for an agent configured with the given input parameters. It processes the request and returns the completion results.
This endpoint handles the completion request for an agent configured with the given input parameters. It processes the request and returns the completion results.
@ -139,7 +141,7 @@ class AgentInput(BaseModel):
task: str = None
task: str = None
agent_input = AgentInput(task="Generate a summary of the provided text.")
agent_input = AgentInput(task="Generate a summary of the provided text.")