mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 21:03:42 +00:00
docs: clarify SDK extension discovery and settings.json support
This commit is contained in:
parent
4a7e8672af
commit
3129e2ac10
2 changed files with 13 additions and 5 deletions
|
|
@ -101,7 +101,7 @@ export interface CreateAgentSessionOptions {
|
|||
tools?: Tool[];
|
||||
/** Custom tools to register (in addition to built-in tools). */
|
||||
customTools?: ToolDefinition[];
|
||||
/** Inline extensions (merged with discovery). */
|
||||
/** Inline extensions. When provided (even if empty), skips file discovery. */
|
||||
extensions?: ExtensionFactory[];
|
||||
/** Additional extension paths to load (merged with discovery). */
|
||||
additionalExtensionPaths?: string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue