Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 3.34 KB

listassistantsresponse.md

File metadata and controls

46 lines (41 loc) · 3.34 KB

ListAssistantsResponse

Example Usage

import { ListAssistantsResponse } from "argot-open-ai/models/components";

let value: ListAssistantsResponse = {
  object: "list",
  data: [
    {
      id: "<id>",
      object: "assistant",
      createdAt: 207470,
      name: "<value>",
      description: "league given only trash within ack",
      model: "Land Cruiser",
      instructions: "<value>",
      tools: [
        {
          type: "function",
          function: {
            name: "<value>",
          },
        },
      ],
      metadata: {},
      temperature: 1,
      topP: 1,
    },
  ],
  firstId: "asst_abc123",
  lastId: "asst_abc456",
  hasMore: false,
};

Fields

Field Type Required Description Example
object string ✔️ N/A list
data components.AssistantObject[] ✔️ N/A
firstId string ✔️ N/A asst_abc123
lastId string ✔️ N/A asst_abc456
hasMore boolean ✔️ N/A false