Class Source.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.Source.Builder
- Enclosing class:
- Source
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The inline content if `type` is `INLINE`.Optional encoding for inline content (e.g.The source of the environment.Where the source should appear in the environment.type(SourceType type)
-
Method Details
-
content
The inline content if `type` is `INLINE`. -
encoding
Optional encoding for inline content (e.g. `base64`). -
source
The source of the environment. For Cloud Storage, this is the Cloud Storage path. For GitHub, this is the GitHub path. -
target
Where the source should appear in the environment. -
type
-
build
-