Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/semantic/types.ts
A chunk of source code for indexing.
Properties
| Property | Type |
|---|---|
id | string |
file | string |
startLine | number |
endLine | number |
kind | `'function' |
name | string |
content | string |
context | string |
embedding | number[] |
contentHash | string |
Was this page helpful?