File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ LAUNCHDARKLY_SDK_KEY=
44# Provider API key(s) for the provider your agent config uses
55OPENAI_API_KEY =
66
7- # Optional - defaults to "sample-agent"
8- LAUNCHDARKLY_AGENT_KEY =
7+ # Override to use a different AI Config
8+ LAUNCHDARKLY_AGENT_KEY = sample-agent
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ LAUNCHDARKLY_SDK_KEY=
44# Provider API key(s) for the provider(s) your agent graph uses
55OPENAI_API_KEY =
66
7- # Optional - defaults to "sample-agent-graph"
8- LAUNCHDARKLY_AGENT_GRAPH_KEY =
7+ # Override to use a different AI Config
8+ LAUNCHDARKLY_AGENT_GRAPH_KEY = sample-agent-graph
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ LAUNCHDARKLY_SDK_KEY=
44# Provider API key(s) for the provider your judge config uses
55OPENAI_API_KEY =
66
7- # Optional - defaults to "sample-judge"
8- LAUNCHDARKLY_JUDGE_KEY =
7+ # Override to use a different AI Config
8+ LAUNCHDARKLY_JUDGE_KEY = sample-judge
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ LAUNCHDARKLY_SDK_KEY=
44# Provider API key(s) for the provider your AI config uses
55OPENAI_API_KEY =
66
7- # Optional - defaults to "sample-completion"
8- LAUNCHDARKLY_COMPLETION_KEY =
7+ # Override to use a different AI Config
8+ LAUNCHDARKLY_COMPLETION_KEY = sample-completion
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ AWS_SECRET_ACCESS_KEY=
88# Optional - defaults to "us-east-1"
99AWS_DEFAULT_REGION =
1010
11- # Optional - defaults to "sample-completion"
12- LAUNCHDARKLY_COMPLETION_KEY =
11+ # Override to use a different AI Config
12+ LAUNCHDARKLY_COMPLETION_KEY = sample-completion
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ LAUNCHDARKLY_SDK_KEY=
44# Your Google API key
55GOOGLE_API_KEY =
66
7- # Optional - defaults to "sample-completion"
8- LAUNCHDARKLY_COMPLETION_KEY =
7+ # Override to use a different AI Config
8+ LAUNCHDARKLY_COMPLETION_KEY = sample-completion
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ GOOGLE_API_KEY=
77AWS_ACCESS_KEY_ID =
88AWS_SECRET_ACCESS_KEY =
99
10- # Optional - defaults to "sample-completion"
11- LAUNCHDARKLY_COMPLETION_KEY =
10+ # Override to use a different AI Config
11+ LAUNCHDARKLY_COMPLETION_KEY = sample-completion
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ GOOGLE_API_KEY=
77AWS_ACCESS_KEY_ID =
88AWS_SECRET_ACCESS_KEY =
99
10- # Optional - defaults to "sample-agent"
11- LAUNCHDARKLY_AGENT_KEY =
10+ # Override to use a different AI Config
11+ LAUNCHDARKLY_AGENT_KEY = sample-agent
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ GOOGLE_API_KEY=
77AWS_ACCESS_KEY_ID =
88AWS_SECRET_ACCESS_KEY =
99
10- # Optional - defaults to "code-review-analyzer"
11- LAUNCHDARKLY_ANALYZER_KEY =
10+ # Override to use a different AI Config
11+ LAUNCHDARKLY_ANALYZER_KEY = code-review-analyzer
1212
13- # Optional - defaults to "code-review-documentation"
14- LAUNCHDARKLY_DOCUMENTATION_KEY =
13+ # Override to use a different AI Config
14+ LAUNCHDARKLY_DOCUMENTATION_KEY = code-review-documentation
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ LAUNCHDARKLY_SDK_KEY=
44# Your OpenAI API key
55OPENAI_API_KEY =
66
7- # Optional - defaults to "sample-completion"
8- LAUNCHDARKLY_COMPLETION_KEY =
7+ # Override to use a different AI Config
8+ LAUNCHDARKLY_COMPLETION_KEY = sample-completion
You can’t perform that action at this time.
0 commit comments