Skip to contents

Lists all assistants in your Pinecone project.

Usage

list_assistants()

Value

List with http response, content (list of assistants), and status_code. Content includes an "assistants" list where each assistant has: - name: Assistant name - instructions: Custom instructions (if set) - metadata: Metadata dictionary - status: Assistant status ("Initializing", "Ready", "Terminating", "Failed") - host: Data plane host URL - created_at: Creation timestamp - updated_at: Last update timestamp

Examples

if (FALSE) { # \dontrun{
list_assistants()
} # }