AxAIGoogleGeminiContent Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIGoogleGeminiContent.md type AxAIGoogleGeminiContent

AxAIGoogleGeminiContent

TypeScript
type AxAIGoogleGeminiContent = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L70

Properties

parts

TypeScript
parts: AxAIGoogleGeminiContentPart[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L72


role

TypeScript
role: "user" | "model";

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L71

Docs