Circle V2 API Docs
Preparing search index...
@repo/ai
prompts/scripts
PromptSnapshotFs
Type Alias PromptSnapshotFs
type
PromptSnapshotFs
=
{
committedPath
(
name
:
string
)
:
string
;
committedSnapshotNames
()
:
string
[]
;
overridePath
(
name
:
string
)
:
string
;
readSnapshotFile
(
path
:
string
)
:
PromptSnapshot
;
writeSnapshotFile
(
path
:
string
,
snapshot
:
PromptSnapshot
)
:
void
;
}
Index
Methods
committed
Path
committed
Snapshot
Names
override
Path
read
Snapshot
File
write
Snapshot
File
Methods
committed
Path
committedPath
(
name
:
string
)
:
string
Parameters
name
:
string
Returns
string
committed
Snapshot
Names
committedSnapshotNames
()
:
string
[]
Returns
string
[]
override
Path
overridePath
(
name
:
string
)
:
string
Parameters
name
:
string
Returns
string
read
Snapshot
File
readSnapshotFile
(
path
:
string
)
:
PromptSnapshot
Parameters
path
:
string
Returns
PromptSnapshot
write
Snapshot
File
writeSnapshotFile
(
path
:
string
,
snapshot
:
PromptSnapshot
)
:
void
Parameters
path
:
string
snapshot
:
PromptSnapshot
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
committed
Path
committed
Snapshot
Names
override
Path
read
Snapshot
File
write
Snapshot
File
Circle V2 API Docs
Loading...