retrieve_file
retrieve_file
: Search and Retrieve Files
retrieve_file
: Search and Retrieve FilesSearches for files matching query criteria and returns the results.
Parameters:
agent_name
: Identifier for the agent making the requestquery_text
: Text to search for in filesn
: Maximum number of results to returnkeywords
: Optional list of specific keywords to matchbase_url
: API endpoint URL
Returns:
StorageResponse
object containing matched files
Example:
Last updated