1. Follow https://developers.google.com/identity/protocols/oauth2#1.-obtain-oauth-2.0-credentials-from-the-dynamic_data.setvar.console_name. to get your client id and client secret.
3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui/ to "Authorized redirect URIs".
*`Do I have any datasets in project sean-dev-agent ?`
*`Do I have any tables under it ?`
*`could you get me the details of this table ?`
*`Can you help to create a new dataset in the same project? id : sean_test , location: us`
*`could you show me the details of this new dataset ?`
*`could you create a new table under this dataset ? table name : sean_test_table. column1 : name is id , type is integer, required. column2 : name is info , type is string, required. column3 : name is backup , type is string, optional.`