Interface protos.google.ai.generativelanguage.v1alpha.IPart (3.7.0)

Properties of a Part.

Package

@google-ai/generativelanguage

Properties

codeExecutionResult

codeExecutionResult?: (google.ai.generativelanguage.v1alpha.ICodeExecutionResult|null);

Part codeExecutionResult

executableCode

executableCode?: (google.ai.generativelanguage.v1alpha.IExecutableCode|null);

Part executableCode

fileData

fileData?: (google.ai.generativelanguage.v1alpha.IFileData|null);

Part fileData

functionCall

functionCall?: (google.ai.generativelanguage.v1alpha.IFunctionCall|null);

Part functionCall

functionResponse

functionResponse?: (google.ai.generativelanguage.v1alpha.IFunctionResponse|null);

Part functionResponse

inlineData

inlineData?: (google.ai.generativelanguage.v1alpha.IBlob|null);

Part inlineData

text

text?: (string|null);

Part text