Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Content method reference
operations.ContentText
const value: operations.ContentText = { type: "text", text: "<value>", };
operations.ContentImageURL
const value: operations.ContentImageURL = { type: "image_url", imageUrl: { url: "https://zealous-march.biz/", }, };