vapor-chamber API reference - v1.3.0
Repo
Performance
Roadmap
Laravel integration
Preparing search index...
index
AsyncSchemaCommandBus
Type Alias AsyncSchemaCommandBus<M>
AsyncSchemaCommandBus
:
AsyncCommandBus
<
M
>
&
{
toTools
(
provider
?:
"anthropic"
|
"openai"
,
)
:
AnthropicTool
[]
|
OpenAITool
[]
;
synthesize
(
text
:
string
,
options
?:
SynthesizeOptions
,
)
:
Promise
<
CommandResult
>
;
getSchema
()
:
BusSchema
;
describe
()
:
string
;
fromToolCall
(
toolUse
:
ToolCallInput
)
:
Promise
<
CommandResult
>
;
}
Type Parameters
M
extends
CommandMap
=
CommandMap
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Repo
Performance
Roadmap
Laravel integration
vapor-chamber API reference - v1.3.0
Loading...