Agent Generation
Overview
When a system receives an incoming request, it processes this request to generate an extensive prompt. This prompt is then utilized to ensure that the resulting agent accomplishes the specified task and returns the output in JSON format. This comprehensive approach guarantees that the generated agent delivers precise and structured results as required, facilitating seamless integration and further processing of the data.
Parameters
Name
Type
Required
Description
request
string
Request Resume as a JSON
Prompt Example
Response Object
Name
Type
Description
prompt
string
The generated prompt text
return_example
dynamic
An example of the return value for the agent response
Result Example
Last updated
Was this helpful?