Tool to chat with a Pinecone assistant through an OpenAI-compatible interface. Use when you need to interact with a Pinecone assistant that has access to indexed documents and can answer questions based on retrieved context.
modelstringThe large language model to use for answer generation.
filterobjectOptionally filter which documents can be retrieved using metadata fields.
streambooleanIf false, returns a single JSON response. If true, returns a stream of responses.
messagesRequiredarrayThe list of messages in the conversation, ordered from oldest to newest.
temperaturenumberControls the randomness of the model's output: lower values make responses more deterministic, while higher values increase creativity. Range: 0.0-2.0.
assistant_hostRequiredstringThe host URL of the assistant. Get this from the list assistants operation.
assistant_nameRequiredstringThe name of the assistant to chat with.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.