Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebowczyk committed Oct 5, 2024
1 parent 6e08178 commit 4c8d030
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/sequences.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ $sequence->toArray(); // returns the list of extracted items as an array

## Streaming sequence updates

See: [Streaming and partial updates](partials.md) for more information on how to get partial updates and streaming of sequences.
See: [Streaming and partial updates](/advanced/partials) for more information on how to get partial updates and streaming of sequences.
6 changes: 3 additions & 3 deletions docs/essentials/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ $db->save($person);

## Scalar responses

See [Scalar responses](scalars.mdx) for more information on how to generate scalar responses with `Scalar` adapter class.
See [Scalar responses](/essentials/scalars) for more information on how to generate scalar responses with `Scalar` adapter class.


## Partial responses and streaming

See [Streaming and partial updates](partials.md) for more information on how to work with partial updates and streaming.
See [Streaming and partial updates](/advanced/partials) for more information on how to work with partial updates and streaming.


## Extracting arguments for function call

See [FunctionCall helper class](function_calls.md) for more information on how to extract arguments for callable objects.
See [FunctionCall helper class](/advanced/function_calls) for more information on how to extract arguments for callable objects.
1 change: 0 additions & 1 deletion docs/internals/instructor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ of the request and response:
- `InstructorReady` - dispatched when Instructor is configured and ready to process the request
- `RequestReceived` - dispatched when the request is received
- `ResponseGenerated` - dispatched when the response is generated
- `ErrorRaised` - dispatched when an uncaught error occurs


## Event listeners
Expand Down
1 change: 0 additions & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
"cookbook/examples/advanced/function_calls",
"cookbook/examples/advanced/partials",
"cookbook/examples/advanced/demonstrations",
"cookbook/examples/advanced/scalars",
"cookbook/examples/advanced/sequences",
"cookbook/examples/advanced/streaming",
"cookbook/examples/advanced/structures"
Expand Down

0 comments on commit 4c8d030

Please sign in to comment.