apoc.ml.vertexai.chat
Procedure Apoc Extended
Prompts the completion API
Signature
apoc.ml.vertexai.chat(messages :: LIST<MAP<STRING, STRING>>, accessToken :: STRING, project :: STRING, configuration = {} :: MAP?, context = "" :: STRING?, examples = [] :: LIST<MAP<STRING, MAP<STRING, STRING>>>?) :: (value :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
messages |
LIST<MAP<STRING, STRING>> |
null |
accessToken |
STRING |
null |
project |
STRING |
null |
configuration |
MAP? |
{} |
context |
STRING? |
"" |
examples |
LIST<MAP<STRING, MAP<STRING, STRING>>>? |
[] |