core: update generated types to include explore agent configuration
This commit is contained in:
parent
9ca4b464ea
commit
a093917db1
1 changed files with 1 additions and 0 deletions
|
|
@ -1073,6 +1073,7 @@ export type Config = {
|
||||||
plan?: AgentConfig
|
plan?: AgentConfig
|
||||||
build?: AgentConfig
|
build?: AgentConfig
|
||||||
general?: AgentConfig
|
general?: AgentConfig
|
||||||
|
explore?: AgentConfig
|
||||||
[key: string]: AgentConfig | undefined
|
[key: string]: AgentConfig | undefined
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue