test: add database-loaded API keys and outdated component detection for starter templates #6615
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
Basic Prompting.json
file, primarily focused on code formatting improvements. The changes mainly involve converting multi-line arrays into single-line arrays for better readability.Formatting improvements:
output_types
arrays into single-line arrays forChatInput
,Prompt
, andOpenAIModel
nodes. [1] [2] [3]inputTypes
arrays into single-line arrays for various fields such asinput_value
,system_message
, andtext_output
. [1] [2] [3]base_classes
arrays to single-line format forChatInput
,Prompt
, andChatOutput
nodes. [1] [2] [3]options
arrays to single-line format for fields likesender
andsender_name
. [1] [2]required_inputs
arrays to single-line format for themodel_output
field.