Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions handwritten/bigquery/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

/**
* Discovery Revision: 20260731
* Discovery Revision: 20260811
*/

/**
Expand Down Expand Up @@ -2009,7 +2009,7 @@ declare namespace bigquery {
*/
errorStats?: IGenAiErrorStats;
/**
* Function level stats for GenAi Functions. See https://docs.cloud.google.com/bigquery/docs/generative-ai-overview
* Function level stats for GenAI Functions. For more information, see [Generative AI overview](https://docs.cloud.google.com/bigquery/docs/generative-ai-overview).
*/
functionStats?: Array<IGenAiFunctionStats>;
};
Expand Down
Loading