ReasoningVertexAuth type
Vertex AI provider for reasoning
Signature:
export type ReasoningVertexAuth = {
authType: "vertex";
project: string;
location: string;
};
Vertex AI provider for reasoning
Signature:
export type ReasoningVertexAuth = {
authType: "vertex";
project: string;
location: string;
};