core: update generated types to include explore agent configuration
parent
9ca4b464ea
commit
a093917db1
|
|
@ -1073,6 +1073,7 @@ export type Config = {
|
|||
plan?: AgentConfig
|
||||
build?: AgentConfig
|
||||
general?: AgentConfig
|
||||
explore?: AgentConfig
|
||||
[key: string]: AgentConfig | undefined
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue