deploy_file_contents
Deploy files to Cloud Run by supplying their contents directly from the chat context. Provide an array of filenames and text content to create and deploy the service.
Instructions
Deploy files to Cloud Run by providing their contents directly. Takes an array of file objects containing filename and content. Use this tool if the files only exist in the current chat context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of file objects containing filename and content | |
| region | No | Region to deploy the service to | europe-west1 |
| project | Yes | Google Cloud project ID. Leave unset for the app to be deployed in a new project. If provided, make sure the user confirms the project ID they want to deploy to. | |
| service | No | Name of the Cloud Run service to deploy to | app |