List assistants
GET {{baseUrl}}/assistants
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OpenAI-Beta | string |
RESPONSES
status: OK
{"object":"list","data":[{"id":"asst_j7jtOAHo7kF44B7ntwOlEniB","object":"assistant","created_at":1725129507,"name":"Math Tutor","description":null,"model":"gpt-4o","instructions":"You are a personal math tutor. Write and run code to answer math questions.","tools":[{"type":"code_interpreter"}],"top_p":1,"temperature":1,"tool_resources":{"code_interpreter":{"file_ids":[]}},"metadata":{},"response_format":"auto"},{"id":"asst_HfiNAoBRqGyyQv2uBZRVdxka","object":"assistant","created_at":1724250510,"name":"RAG Demo","description":null,"model":"gpt-4o","instructions":"You are an OpenAI solutions architect.","tools":[{"type":"file_search","file_search":{}}],"top_p":1,"temperature":1,"tool_resources":{"file_search":{"vector_store_ids":["vs_wFSR5zcM17hc9CffvBFtvBKo"]}},"metadata":{},"response_format":{"type":"text"}},{"id":"asst_DbCpNsJ0vHSSdl6ePlkKZ8wG","object":"assistant","created_at":1724184183,"name":"Python Coding Assistant","description":null,"model":"gpt-4o","instructions":"You are a Python programming language expert that generates Pylint-compliant code and explains it. Execute code when explicitly asked to.","tools":[{"type":"code_interpreter"},{"type":"function","function":{"name":"today_tool","description":"Returns today's date. Use this function for any questions related to knowing today's date. \n There should be no input. This function always returns today's date.","parameters":{"type":"object","properties":{},"required":[]},"strict":false}},{"type":"function","function":{"name":"yf_download_tool","description":"Returns historical stock data for a list of given tickers from start date to end date \n using the yfinance library download function. \n Use this function for any questions related to getting historical stock data. \n The input should be the tickers as a List of strings, a start date, and an end date. \n This function always returns a pandas DataFrame.","parameters":{"type":"object","properties":{"tickers":{"type":"string"},"start_date":{"type":"string"},"end_date":{"type":"string"}},"required":["tickers","start_date","end_date"]},"strict":false}},{"type":"function","function":{"name":"tavily_search_tool","description":"Searches the web for a given query and returns an answer, \"\n ready for use as context in a RAG application, using the Tavily API. \n Use this function for any questions requiring knowledge not available to the model. \n The input should be the query string. This function always returns an answer string.","parameters":{"type":"object","properties":{"query":{"type":"string"}},"required":["query"]},"strict":false}}],"top_p":1,"temperature":1,"tool_resources":{"code_interpreter":{"file_ids":[]}},"metadata":{},"response_format":"auto"}],"first_id":"asst_j7jtOAHo7kF44B7ntwOlEniB","last_id":"asst_DbCpNsJ0vHSSdl6ePlkKZ8wG","has_more":false}