Skip to content

Commit

Permalink
Run make generate after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <turkenf@gmail.com>
  • Loading branch information
turkenf committed Oct 11, 2024
1 parent 14c9f26 commit ce9f07a
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 18 deletions.
28 changes: 19 additions & 9 deletions apis/bedrockagent/v1beta1/zz_agent_types.go

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

15 changes: 15 additions & 0 deletions apis/bedrockagent/v1beta1/zz_generated.deepcopy.go

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

30 changes: 21 additions & 9 deletions package/crds/bedrockagent.aws.upbound.io_agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
promptOverrideConfiguration:
description: Configurations to override prompt templates in different
parts of an agent sequence. For more information, see Advanced
prompts. See prompt_override_configuration block for details.
prompts. See prompt_override_configuration Block for details.
items:
properties:
overrideLambda:
Expand All @@ -193,7 +193,7 @@ spec:
promptConfigurations:
description: Configurations to override a prompt template
in one part of an agent sequence. See prompt_configurations
block for details.
Block for details.
items:
properties:
basePromptTemplate:
Expand All @@ -208,7 +208,7 @@ spec:
agent invokes a foundation model in the part of
the agent sequence defined by the prompt_type. For
more information, see Inference parameters for foundation
models. See inference_configuration block for details.
models. See inference_configuration Block for details.
items:
properties:
maxLength:
Expand Down Expand Up @@ -279,6 +279,10 @@ spec:
description: Region is the region you'd like your resource to
be created in.
type: string
skipResourceInUseCheck:
description: Whether the in-use check is skipped when deleting
the agent.
type: boolean
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -409,7 +413,7 @@ spec:
promptOverrideConfiguration:
description: Configurations to override prompt templates in different
parts of an agent sequence. For more information, see Advanced
prompts. See prompt_override_configuration block for details.
prompts. See prompt_override_configuration Block for details.
items:
properties:
overrideLambda:
Expand All @@ -422,7 +426,7 @@ spec:
promptConfigurations:
description: Configurations to override a prompt template
in one part of an agent sequence. See prompt_configurations
block for details.
Block for details.
items:
properties:
basePromptTemplate:
Expand All @@ -437,7 +441,7 @@ spec:
agent invokes a foundation model in the part of
the agent sequence defined by the prompt_type. For
more information, see Inference parameters for foundation
models. See inference_configuration block for details.
models. See inference_configuration Block for details.
items:
properties:
maxLength:
Expand Down Expand Up @@ -504,6 +508,10 @@ spec:
type: array
type: object
type: array
skipResourceInUseCheck:
description: Whether the in-use check is skipped when deleting
the agent.
type: boolean
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -738,7 +746,7 @@ spec:
promptOverrideConfiguration:
description: Configurations to override prompt templates in different
parts of an agent sequence. For more information, see Advanced
prompts. See prompt_override_configuration block for details.
prompts. See prompt_override_configuration Block for details.
items:
properties:
overrideLambda:
Expand All @@ -751,7 +759,7 @@ spec:
promptConfigurations:
description: Configurations to override a prompt template
in one part of an agent sequence. See prompt_configurations
block for details.
Block for details.
items:
properties:
basePromptTemplate:
Expand All @@ -766,7 +774,7 @@ spec:
agent invokes a foundation model in the part of
the agent sequence defined by the prompt_type. For
more information, see Inference parameters for foundation
models. See inference_configuration block for details.
models. See inference_configuration Block for details.
items:
properties:
maxLength:
Expand Down Expand Up @@ -833,6 +841,10 @@ spec:
type: array
type: object
type: array
skipResourceInUseCheck:
description: Whether the in-use check is skipped when deleting
the agent.
type: boolean
tags:
additionalProperties:
type: string
Expand Down

0 comments on commit ce9f07a

Please sign in to comment.