Skip to content

Commit

Permalink
feat(vertexai/genai): constrained decoding (#9731)
Browse files Browse the repository at this point in the history
Expose FunctionCallingMode, which lets the user configure
how the model issues function calls.

By setting the new field `Model.ToolConfig`, the user can select whether
the model can call any provided function, only those in a provided list,
or no functions.

Regenerating also brought along a few other new types and values,
some of which required configuration.
  • Loading branch information
jba committed Apr 29, 2024
1 parent 5497a66 commit bb84fbd
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 70 deletions.

0 comments on commit bb84fbd

Please sign in to comment.