import type {
SidenetOptions,
SidenetEventDetail,
SidenetCallbacks,
RuntimeAuthProvider, // shape of runtimeAuthProviders from GET /v1/copilots/{id}
SidenetVariables, // the map you send
SidenetVariableValue, // one value in it: scalar | scalar[] | nested object
SidenetVariableScalar, // string | number | boolean | null
SidenetDeclaredVariables,// what the agents declare, as returned by getSidenetVariables()
SidenetVariablePath, // one { path, default } from flattenSidenetVariables()
Agent,
SidebarSDKConfig,
SidebarRuntimeConfig,
SidebarTextConfig,
SidebarSuggestionItem,
ThemeTokens,
ThemeInput,
ThemeTokenInput,
} from 'sidenetai-sdk';
Customization
Typescript
All exported types.
All types are exported: