Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 15 additions & 3 deletions api/gen/proto/go/teleport/summarizer/v1/summarizer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/proto/teleport/summarizer/v1/summarizer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ message BedrockProvider {
string bedrock_model_id = 2;
// Temperature controls the randomness of the model's output.
float temperature = 3;
// Integration is the AWS OIDC Integration name. If unset, Teleport will use
// AWS credentials available on the auth server machine; otherwise, it will
// use the specified OIDC integration for assuming appropriate role.
string integration = 4;
}

// InferenceSecret resource stores session summarization inference provider
Expand Down
Loading