feat: agent strategy parameter add help information (#18192)
This commit is contained in:
parent
da7c8621f7
commit
b7e8517b31
3 changed files with 4 additions and 2 deletions
|
|
@ -406,8 +406,7 @@ export type VersionProps = {
|
|||
export type StrategyParamItem = {
|
||||
name: string
|
||||
label: Record<Locale, string>
|
||||
human_description: Record<Locale, string>
|
||||
llm_description: string
|
||||
help: Record<Locale, string>
|
||||
placeholder: Record<Locale, string>
|
||||
type: string
|
||||
scope: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue