Actions

agent-add-rag
Adds a new RAG to an agent in the database for the user.

agent-create
Creates a new agent in the database for the user.

agent-list
Retrieves the list of agents created by and available to the user.

agent_delete
Delete a specific agent by its ID

agent_get
Retrieve details of a specific agent

agent_prompt_completion
Prompt an agent with a message and get a response

agent_update
Update the details of a specific agent

create_rag
Create a new RAG (Retrieval-Augmented Generation) base in the database.

custom_api_call
Make a custom API call to a specific endpoint

delete_rag
Delete a specific RAG (Retrieval-Augmented Generation) base by its ID.

file_upload
Upload a file to Straico API for processing.

get_rag_by_id
Retrieve a specific RAG (Retrieval-Augmented Generation) base by its ID.

image_generation
Enables users to generate high-quality images based on textual descriptions.

list_rags
List all RAG (Retrieval-Augmented Generation) bases for a user.

prompt_completion
Enables users to generate prompt completion based on a specified model.

rag_prompt_completion
Send a prompt to a specific RAG (Retrieval-Augmented Generation) model.

update_rag
Update an existing RAG (Retrieval-Augmented Generation) base with additional files.























