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
agent_input = AgentInput(task="Generate a summary of the provided text.")